Skip to content

Commit

Permalink
Create version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freud14 committed Mar 22, 2018
1 parent 8115a8f commit a39d5f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __getattr__(cls, name):
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.2'
release = '0.2.1'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
packages = find_packages()
setup(
name='PyToune',
version='0.2',
version='0.2.1',
author='Frédérik Paradis',
author_email='fredy_14@live.fr',
url = 'http://pytoune.org',
download_url='https://github.com/GRAAL-Research/pytoune/archive/v0.2.zip',
download_url='https://github.com/GRAAL-Research/pytoune/archive/v0.2.1.zip',
license='GPLv3',
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit a39d5f1

Please sign in to comment.