We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4beb5b6 commit 1c84f99Copy full SHA for 1c84f99
conex/__init__.py
@@ -1,4 +1,4 @@
1
from conex.behaviors import *
2
from conex.nn import *
3
4
-__version__ = "0.1.2"
+__version__ = "0.1.3"
setup.py
@@ -39,6 +39,6 @@
39
test_suite="tests",
40
tests_require=test_requirements,
41
url="https://github.com/cnrl/CoNeX",
42
- version="0.1.2",
+ version="0.1.3",
43
zip_safe=False,
44
)
0 commit comments