Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
fix doc version number
  • Loading branch information
Michael Beyeler committed Jul 10, 2017
1 parent cdac203 commit c089e17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -80,9 +80,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.1.1'
release = '0.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pulse2percept/version.py
Expand Up @@ -5,7 +5,7 @@
_version_major = 0
_version_minor = 2
_version_micro = '' # use '' for first of series, number for 1 and above
_version_extra = 'dev'
_version_extra = ''
# _version_extra = '' # Uncomment this for full releases

# Construct full version string from these.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -27,8 +27,7 @@
platforms=PLATFORMS,
version=VERSION,
packages=find_packages(),
install_requires=REQUIRES,
requires=REQUIRES)
install_requires=REQUIRES)


if __name__ == '__main__':
Expand Down

0 comments on commit c089e17

Please sign in to comment.