We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4178f2e commit 2a9d38eCopy full SHA for 2a9d38e
JPS_BASE_LIB/python_wrapper/setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='twa',
5
- version='0.0.6',
+ version='0.0.7',
6
author='Jiaru Bai; Daniel Nurkowski',
7
author_email='jb2197@cam.ac.uk; danieln@cmclinnovations.com',
8
license='MIT',
JPS_BASE_LIB/python_wrapper/twa/__init__.py
@@ -1,3 +1,3 @@
1
from twa.JPSGateway import JPSGateway
-__version__ = "0.0.6"
+__version__ = "0.0.7"
0 commit comments