Skip to content

Commit

Permalink
change version to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Sarma K committed Jun 2, 2014
1 parent 2c8100d commit 59f9ede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup
setup(
name='recruiterbox_api',
version='0.1dev',
version='0.0.1',
packages=['recruiterbox_api',],
license='MIT',
long_description=open('README.md').read(),
Expand All @@ -17,4 +17,3 @@
],
install_requires=['pytasty']
)

0 comments on commit 59f9ede

Please sign in to comment.