Make sure we update both version strings until we can figure out how to pull it into the setup.py by magic

This commit is contained in:
Richard Harding 2012-04-17 22:05:27 -04:00
parent 509aed0d9f
commit f5451356ee
2 changed files with 2 additions and 1 deletions

View File

@ -59,4 +59,4 @@ upload:
.PHONY: version_update .PHONY: version_update
version_update: version_update:
$(EDITOR) setup.py $(EDITOR) setup.py src/readability_lxml/__init__.py

View File

@ -12,6 +12,7 @@ tests_require = [
'pep8', 'pep8',
] ]
setup( setup(
name="readability-lxml", name="readability-lxml",
version=version, version=version,