Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a185b06

Browse files
committed
Updated name in setup.py to work with release tooling.
Change-Id: Ia5b125628f823038187e13af51763bcf717a1521
1 parent 498f972 commit a185b06

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
New in 1.3.1
2+
------------
3+
4+
* Updated name in setup.py to work with release tooling.
5+
6+
17
New in 1.3.0
28
------------
39

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.3.0'
51+
version = '1.3.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.3.0'
53+
release = '1.3.1'
5454

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ def run(self):
171171
# extra_compile_args=['-g', '-O0'],
172172
sources=['src/c/pyeclib_c/pyeclib_c.c'])
173173

174-
setup(name='PyECLib',
175-
version='1.3.0',
174+
setup(name='pyeclib',
175+
version='1.3.1',
176176
author='Kevin Greenan',
177177
author_email='[email protected]',
178178
maintainer='Kevin Greenan and Tushar Gohad',

0 commit comments

Comments
 (0)