Skip to content

Commit

Permalink
Merge pull request #57 from redapple/version
Browse files Browse the repository at this point in the history
Add explicit w3lib.__version__
  • Loading branch information
kmike committed Jul 7, 2016
2 parents ec0230a + 878c52b commit bfcdde7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Expand Up @@ -6,5 +6,7 @@ tag_name = v{new_version}

[bumpversion:file:setup.py]

[bumpversion:file:w3lib/__init__.py]

[bumpversion:file:docs/conf.py]

3 changes: 3 additions & 0 deletions w3lib/__init__.py
@@ -0,0 +1,3 @@
__version__ = "1.14.2"
version_info = tuple(int(v) if v.isdigit() else v
for v in __version__.split('.'))

0 comments on commit bfcdde7

Please sign in to comment.