Skip to content

Commit b5d0436

Browse files
bump version; prepare release 0.11.1 (#687)
1 parent a6a1500 commit b5d0436

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.1 (pre-release)
1+
# 0.11.1
22

33
### 🐛 Bug fixes
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, 0)
4+
VERSION = (0, 11, 1)
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.0"
7+
version = "0.11.1"
88
description = "Differentiable neuron simulations."
99
authors = [
1010
{ name = "jaxleyverse", email = "jaxleyverse@gmail.com"},

0 commit comments

Comments
 (0)