Skip to content

Commit

Permalink
Prepare release (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler authored Sep 16, 2024
1 parent 41ce5c3 commit a8d54ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.2.1

- Bugfix for using `states` in `init_state` of the channel (#421, @michaeldeistler)
- Bugfix for tutorial on building custom channels (#421, @michaeldeistler)
- Add `jaxley-mech` as `dev` dependency to use it in testsing (#421, @michaeldeistler)


# v0.2.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion jaxley/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is part of Jaxley, a differentiable neuroscience simulator. Jaxley is
# licensed under the Apache License Version 2.0, see <https://www.apache.org/licenses/>

VERSION = (0, 2, 0)
VERSION = (0, 2, 1)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "Jaxley"
version = "0.2.0"
version = "0.2.1"
description = "Differentiable neuron simulations."
authors = [
{ name = "jaxleyverse", email = "[email protected]"},
Expand Down

0 comments on commit a8d54ad

Please sign in to comment.