Skip to content

Commit f01b762

Browse files
committed
To v1.3.8; Correctly iterate the version of pynml, not jnml
1 parent 3c12285 commit f01b762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyneuroml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__version__ = importlib_metadata.version("pyNeuroML")
1313

1414

15-
JNEUROML_VERSION = "0.13.4"
15+
JNEUROML_VERSION = "0.13.3"
1616

1717
# Define a logger for the package
1818
logging.basicConfig(

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyNeuroML
3-
version = 1.3.7
3+
version = 1.3.8
44
author = Padraig Gleeson
55
author_email = [email protected]
66
url = https://github.com/NeuroML/pyNeuroML

0 commit comments

Comments
 (0)