We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c12285 commit f01b762Copy full SHA for f01b762
pyneuroml/__init__.py
@@ -12,7 +12,7 @@
12
__version__ = importlib_metadata.version("pyNeuroML")
13
14
15
-JNEUROML_VERSION = "0.13.4"
+JNEUROML_VERSION = "0.13.3"
16
17
# Define a logger for the package
18
logging.basicConfig(
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pyNeuroML
3
-version = 1.3.7
+version = 1.3.8
4
author = Padraig Gleeson
5
author_email = [email protected]
6
url = https://github.com/NeuroML/pyNeuroML
0 commit comments