From d34a9946cfdd1b2cc1c397d73e295bbdd4a085d5 Mon Sep 17 00:00:00 2001 From: jeshraghian Date: Wed, 12 Jul 2023 13:47:50 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.4=20=E2=86=92=200.7.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 | 2 +- setup.py | 2 +- snntorch/_version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_version.py b/_version.py index 66c57288..46d9bfe6 100644 --- a/_version.py +++ b/_version.py @@ -1,2 +1,2 @@ # fmt: off -__version__ = '0.6.4' +__version__ = '0.7.0' diff --git a/docs/conf.py b/docs/conf.py index a93e8752..a404c254 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ # fmt: off -__version__ = '0.6.4' +__version__ = '0.7.0' # fmt: on diff --git a/setup.cfg b/setup.cfg index 566d02b6..912e11e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.4 +current_version = 0.7.0 commit = True tag = True diff --git a/setup.py b/setup.py index cb4a5c1b..2d552653 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # history = history_file.read() # fmt: off -__version__ = '0.6.4' +__version__ = '0.7.0' # fmt: on requirements = [ diff --git a/snntorch/_version.py b/snntorch/_version.py index 66c57288..46d9bfe6 100644 --- a/snntorch/_version.py +++ b/snntorch/_version.py @@ -1,2 +1,2 @@ # fmt: off -__version__ = '0.6.4' +__version__ = '0.7.0'