File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ v0.2.0, 2015-01-15 -- Initial release.
22v0.2.1, 2015-01-15 -- Fix numpy version requirement in setup
33v0.2.2, 2015-01-15 -- Fix test to reference openmatrix instead of omx
44v0.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
Original file line number Diff line number Diff line change 66setup (
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 (),
You can’t perform that action at this time.
0 commit comments