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

0.3.0.dev
Richard Harding 12 years ago
parent 509aed0d9f
commit f5451356ee

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

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

Loading…
Cancel
Save