Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aldro61 authored Apr 12, 2017
1 parent 3206313 commit 1485423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def finalize_options(self):

setup(
name="pyscm",
version="0.0.1",
version="0.0.3",
packages=find_packages(),

cmdclass={'build_ext': build_ext},
Expand All @@ -76,4 +76,4 @@ def finalize_options(self):

test_suite='nose.collector',
tests_require=['nose']
)
)

0 comments on commit 1485423

Please sign in to comment.