From d9a2dcd978c057ec714e89ebc4662996bc195c21 Mon Sep 17 00:00:00 2001 From: jeshraghian <40262130+jeshraghian@users.noreply.github.com> Date: Sat, 27 Feb 2021 19:46:45 +1100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_version.py b/_version.py index 659798f1..7ed91252 100644 --- a/_version.py +++ b/_version.py @@ -1,2 +1,2 @@ # fmt: off -__version__ = '0.2.0' +__version__ = '0.2.1' diff --git a/docs/conf.py b/docs/conf.py index b1dafb17..ce253d17 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ import snntorch # fmt: off -__version__ = '0.2.0' +__version__ = '0.2.1' # fmt: on diff --git a/setup.cfg b/setup.cfg index 2f9385f4..eeec0e7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index 6368d52a..a5986f9f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ history = history_file.read() # fmt: off -__version__ = '0.2.0' +__version__ = '0.2.1' # fmt: on requirements = [