Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmclarty committed Mar 7, 2015
1 parent 61f2390 commit ee6d0cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -7,8 +7,7 @@ def read(*paths):
with open(os.path.join(*paths), 'r') as f:
return f.read()

v = '0.1.0'
print "Setting up rrsm"
v = '0.2.0'

setup(name = "rrsm",
version = v,
Expand All @@ -24,7 +23,7 @@ def read(*paths):
'License :: OSI Approved :: MIT License',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6'
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4'])

0 comments on commit ee6d0cc

Please sign in to comment.