From 5050a38680c788668491b08e9f5b5714f53fae6f Mon Sep 17 00:00:00 2001 From: jeshraghian Date: Wed, 24 Apr 2024 08:53:00 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _version.py | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- snntorch/_version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_version.py b/_version.py index 4f70f5da..4a05724e 100644 --- a/_version.py +++ b/_version.py @@ -1,2 +1,2 @@ # fmt: off -__version__ = '0.9.0' +__version__ = '0.9.1' diff --git a/docs/conf.py b/docs/conf.py index 50e180b0..8d4faf84 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ # fmt: off -__version__ = '0.9.0' +__version__ = '0.9.1' # fmt: on diff --git a/setup.cfg b/setup.cfg index 1644a6bf..15289cc6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.9.1 commit = True tag = True diff --git a/setup.py b/setup.py index 9fb09942..41acb7bb 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # history = history_file.read() # fmt: off -__version__ = '0.9.0' +__version__ = '0.9.1' # fmt: on requirements = [ diff --git a/snntorch/_version.py b/snntorch/_version.py index 4f70f5da..4a05724e 100644 --- a/snntorch/_version.py +++ b/snntorch/_version.py @@ -1,2 +1,2 @@ # fmt: off -__version__ = '0.9.0' +__version__ = '0.9.1'