Skip to content

Commit

Permalink
Merge pull request #115 from toddrjen/master
Browse files Browse the repository at this point in the history
set version to 0.3.2
  • Loading branch information
toddrjen committed Jan 13, 2014
2 parents 2cbc6c7 + a3a147d commit c5dac17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.2dev'
release = '0.3.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 neo/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

version = '0.3.2dev'
version = '0.3.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name = "neo",
version = '0.3.2dev',
version = '0.3.2',
packages = ['neo', 'neo.core', 'neo.io', 'neo.test', 'neo.test.iotest'],
install_requires=install_requires,
author = "Neo authors and contributors",
Expand Down

0 comments on commit c5dac17

Please sign in to comment.