Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthurgross committed Mar 21, 2017
1 parent caaf3ae commit e16d0cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ def __getattr__(cls, name):

# General information about the project.
project = 'PySME'
copyright = '2014, Jonathan Gross'
copyright = '2017, Jonathan Gross'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]

setup(name='pysme',
version='0.1',
version='0.2',
install_requires=requires,
# Workaround from
# https://github.com/numpy/numpy/issues/2434#issuecomment-65252402
Expand Down

0 comments on commit e16d0cc

Please sign in to comment.