Skip to content

Commit e76476f

Browse files
bump version; prepare release 0.11.3 (#704)
1 parent efaf88c commit e76476f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.11.3 (pre-release)
1+
# 0.11.3
22

33
### 🛠️ Internal updates
44

jaxley/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of Jaxley, a differentiable neuroscience simulator. Jaxley is
22
# licensed under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
33

4-
VERSION = (0, 11, 2)
4+
VERSION = (0, 11, 3)
55

66
__version__ = ".".join(map(str, VERSION))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Jaxley"
7-
version = "0.11.2"
7+
version = "0.11.3"
88
description = "Differentiable neuron simulations."
99
authors = [
1010
{ name = "jaxleyverse", email = "jaxleyverse@gmail.com"},

0 commit comments

Comments
 (0)