From a32d191964f939d5a4cb48d3eb789a9c4459e2f9 Mon Sep 17 00:00:00 2001 From: jasonesh Date: Mon, 20 Feb 2023 18:36:44 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.3=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _version.py | 2 +- docs/conf.py | 2 +- setup.cfg | 3 +-- setup.py | 2 +- snntorch/_version.py | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/_version.py b/_version.py index fdfb0c88..d883a952 100644 --- a/_version.py +++ b/_version.py @@ -1,2 +1,2 @@ # fmt: off -__version__ = '0.5.3' +__version__ = '0.6.0' diff --git a/docs/conf.py b/docs/conf.py index 8875f91a..e54ead7d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ # fmt: off -__version__ = '0.5.3' +__version__ = '0.6.0' # fmt: on diff --git a/setup.cfg b/setup.cfg index 891c25f7..0ad2cc64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.3 +current_version = 0.6.0 commit = True tag = True @@ -30,5 +30,4 @@ test = pytest [tool:pytest] testpaths = tests -# collect_ignore = ['setup.py'] addopts = --ignore=setup.py diff --git a/setup.py b/setup.py index 1247b65d..aec56a69 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # history = history_file.read() # fmt: off -__version__ = '0.5.3' +__version__ = '0.6.0' # fmt: on requirements = [ diff --git a/snntorch/_version.py b/snntorch/_version.py index fdfb0c88..d883a952 100644 --- a/snntorch/_version.py +++ b/snntorch/_version.py @@ -1,2 +1,2 @@ # fmt: off -__version__ = '0.5.3' +__version__ = '0.6.0'