Skip to content

Commit

Permalink
Revert back to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrough1 committed May 22, 2016
1 parent 2699a0c commit 7ca0d0d
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
Expand Up @@ -41,7 +41,7 @@ def getVersion(version, release=True):
return version + '-dev.' + _git_version

setup(name='pymks',
version=getVersion('0.3.2', release=False),
version=getVersion('0.3.1', release=True),
description='Materials Knowledge Systems in Python (PyMKS)',
author='David Brough, Daniel Wheeler',
author_email='david.brough.0416@gmail.com',
Expand Down

0 comments on commit 7ca0d0d

Please sign in to comment.