Skip to content

Commit d1d8313

Browse files
authored
Merge pull request #68 from IBM/ver_change_0.9.1
Version changed to 0.9.1
2 parents 4032735 + 1319c2a commit d1d8313

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
# built documents.
7272
#
7373
# The short X.Y version.
74-
version = u'0.9'
74+
version = u'0.9.1'
7575
# The full version, including alpha/beta/rc tags.
76-
release = u'0.9'
76+
release = u'0.9.1'
7777

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
]
6767

6868
setup(name='nzpyida',
69-
version='0.9',
69+
version='0.9.1',
7070
install_requires=['pandas','numpy','future','six','pypyodbc','pyodbc', 'lazy', 'nzpy'],
7171

7272
extras_require={

0 commit comments

Comments
 (0)