From fa1407366fec80408ff818e28b0aa7e9d78773e7 Mon Sep 17 00:00:00 2001 From: Jason Eshraghian Date: Mon, 17 May 2021 10:34:40 +1000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.10=20=E2=86=92=200.2.11?= 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 a201ead2..f27ea851 100644 --- a/_version.py +++ b/_version.py @@ -1,2 +1,2 @@ # fmt: off -__version__ = '0.2.10' +__version__ = '0.2.11' diff --git a/docs/conf.py b/docs/conf.py index 0db56f9a..ea891dc4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ import snntorch # fmt: off -__version__ = '0.2.10' +__version__ = '0.2.11' # fmt: on diff --git a/setup.cfg b/setup.cfg index b3574ac9..04aa30cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.10 +current_version = 0.2.11 commit = True tag = True diff --git a/setup.py b/setup.py index 135e2429..5dfac8d2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ history = history_file.read() # fmt: off -__version__ = '0.2.10' +__version__ = '0.2.11' # fmt: on requirements = [