Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
Update setup with new release number.
  • Loading branch information
davidbrough1 committed Jun 16, 2015
1 parent 04f21f7 commit 62bf4cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _minimal_ext_cmd(cmd):
return GIT_REVISION


def getVersion(version, release=False):
def getVersion(version, release=True):
if os.path.exists('.git'):
_git_version = git_version()[:7]
else:
Expand All @@ -41,10 +41,10 @@ def getVersion(version, release=False):
return version + '-dev.' + _git_version

setup(name='pymks',
version=getVersion('0.2', release=False),
description='Package for the Materials Knowledge System (MKS)',
author='Daniel Wheeler',
author_email='daniel.wheeler2@gmail.com',
version=getVersion('0.2', release=True),
description='Materials Knowledge Systems in Python (PyMKS)',
author='David Brough',
author_email='david.brough.0416@gmail.com',
url='http://pymks.org',
packages=find_packages(),
package_data={'': ['tests/*.py']},
Expand Down

0 comments on commit 62bf4cf

Please sign in to comment.