Skip to content

Commit

Permalink
Merge pull request #5 from xylar/update_to_0.0.3
Browse files Browse the repository at this point in the history
Update to v0.0.3
  • Loading branch information
xylar authored Jan 27, 2020
2 parents d25ab6f + 38e928b commit 3e51ea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.2.5'
version = u'0.0.3'
# The full version, including alpha/beta/rc tags.
release = u'1.2.5'
release = u'0.0.3'

# 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
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.0.2'
version = '0.0.3'

setup(name='pyremap',
version=version,
Expand Down

0 comments on commit 3e51ea6

Please sign in to comment.