Skip to content

Commit

Permalink
Changing setup.py version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msparks committed Jun 28, 2009
1 parent 155b779 commit 3d3b96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import setuptools
setuptools.setup(
name = 'alphasign',
version = '0.9',
version = '1.0',
packages = setuptools.find_packages(),

install_requires = ['pyserial>=2.4', 'pyyaml>=3.05'],
Expand Down

0 comments on commit 3d3b96e

Please sign in to comment.