Skip to content

Commit f545135

Browse files
committed
Make sure we update both version strings until we can figure out how to pull it into the setup.py by magic
1 parent 509aed0 commit f545135

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ upload:
5959

6060
.PHONY: version_update
6161
version_update:
62-
$(EDITOR) setup.py
62+
$(EDITOR) setup.py src/readability_lxml/__init__.py

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
'pep8',
1313
]
1414

15+
1516
setup(
1617
name="readability-lxml",
1718
version=version,

0 commit comments

Comments
 (0)