diff --git a/_version.py b/_version.py index 0146f9ad..48c3cdd3 100644 --- a/_version.py +++ b/_version.py @@ -1,2 +1,2 @@ # fmt: off -__version__ = '0.5.1' +__version__ = '0.5.2' diff --git a/docs/conf.py b/docs/conf.py index d637e252..de6bb1ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ import snntorch # fmt: off -__version__ = '0.5.1' +__version__ = '0.5.2' # fmt: on diff --git a/setup.cfg b/setup.cfg index db000266..8b3510e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 commit = True tag = True diff --git a/setup.py b/setup.py index 4498a97e..79342e7e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # history = history_file.read() # fmt: off -__version__ = '0.5.1' +__version__ = '0.5.2' # fmt: on requirements = [ diff --git a/snntorch/_version.py b/snntorch/_version.py index 0146f9ad..48c3cdd3 100644 --- a/snntorch/_version.py +++ b/snntorch/_version.py @@ -1,2 +1,2 @@ # fmt: off -__version__ = '0.5.1' +__version__ = '0.5.2'