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 = [