diff --git a/api/python/CHANGES.txt b/api/python/CHANGES.txt index fc7e48d..b0082fd 100644 --- a/api/python/CHANGES.txt +++ b/api/python/CHANGES.txt @@ -1,5 +1,6 @@ v0.2.0, 2015-01-15 -- Initial release. v0.2.1, 2015-01-15 -- Fix numpy version requirement in setup v0.2.2, 2015-01-15 -- Fix test to reference openmatrix instead of omx +v0.2.3, 2015-02-20 -- Bug fixes and lots more tests diff --git a/api/python/setup.py b/api/python/setup.py index 0404be5..d6d7b8e 100644 --- a/api/python/setup.py +++ b/api/python/setup.py @@ -2,7 +2,7 @@ setup( name='OpenMatrix', - version='0.2.2', + version='0.2.3', author='Billy Charlton', author_email='billy@worldofbilly.com', packages=['openmatrix', 'openmatrix.test'],