Skip to content

Commit c5dac17

Browse files
committed
Merge pull request #115 from toddrjen/master
set version to 0.3.2
2 parents 2cbc6c7 + a3a147d commit c5dac17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = '0.3'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '0.3.2dev'
54+
release = '0.3.2'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

neo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
version = '0.3.2dev'
3+
version = '0.3.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name = "neo",
17-
version = '0.3.2dev',
17+
version = '0.3.2',
1818
packages = ['neo', 'neo.core', 'neo.io', 'neo.test', 'neo.test.iotest'],
1919
install_requires=install_requires,
2020
author = "Neo authors and contributors",

0 commit comments

Comments
 (0)