Skip to content

Commit 1631676

Browse files
committed
update version number in order to post to pypi #2
1 parent 54fc8dc commit 1631676

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

api/CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ v0.2.0, 2015-01-15 -- Initial release.
22
v0.2.1, 2015-01-15 -- Fix numpy version requirement in setup
33
v0.2.2, 2015-01-15 -- Fix test to reference openmatrix instead of omx
44
v0.2.3, 2015-02-20 -- Bug fixes and lots more tests
5+
v0.3.3, 2017-03-07 -- Python 3 compatible
6+
v0.3.4, 2018-04-05 -- Fix incorrect version being saved
57

68

api/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
setup(
77
name='OpenMatrix',
88
keywords='openmatrix omx',
9-
version='0.3.3',
10-
author='Billy Charlton',
11-
author_email='billy@okbecause.com',
9+
version='0.3.4',
10+
author='Billy Charlton, Ben Stabler',
11+
author_email='billy@okbecause.com, benstabler@yahoo.com',
1212
packages=find_packages(),
13-
url='https://sites.google.com/site/openmodeldata',
13+
url='https://github.com/osPlanning/omx',
1414
license='Apache',
1515
description='OMX, the open matrix data format',
1616
long_description=open('README.txt').read(),

0 commit comments

Comments
 (0)