Skip to content

Commit b52559d

Browse files
author
Billy Charlton
committed
release v0.2.3
1 parent 488f2b0 commit b52559d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

api/python/CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
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
4+
v0.2.3, 2015-02-20 -- Bug fixes and lots more tests
45

56

api/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='OpenMatrix',
5-
version='0.2.2',
5+
version='0.2.3',
66
author='Billy Charlton',
77
author_email='[email protected]',
88
packages=['openmatrix', 'openmatrix.test'],

0 commit comments

Comments
 (0)