Skip to content

Commit

Permalink
Fix versioning and bump to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
msukmanowsky committed Sep 10, 2015
1 parent a574a21 commit 5b67ba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion serpextract/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from serpextract import *
__version__ = '0.2.5'
__version__ = '0.2.8'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sys
from setuptools import setup

from serpextract import __version__ as version

version = '0.2.7'

install_requires = [
'iso3166 >= 0.4',
Expand Down Expand Up @@ -51,4 +51,4 @@
'serpextract = serpextract.serpextract:main',
]
},
)
)

0 comments on commit 5b67ba1

Please sign in to comment.