diff --git a/setup.py b/setup.py index e639e9a..e2bc90a 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ _namespaces = [] _testSuite = 'pycovjson.test' _url = 'https://github.com/Reading-eScience-Centre/pycovjson' -_version = '0.3.6' +_version = '0.3.8' _zipSafe = True _entry_points = {'console_scripts' : ['pycovjson-convert = pycovjson.cli.convert:main', 'pycovjson-viewer = pycovjson.cli.viewer:main']}