diff --git a/docs/source/conf.py b/docs/source/conf.py index 0e24a25..87f6a24 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ year = "2022" author = "Farshid Varno" copyright = "{0}, {1}".format(year, author) -version = release = "0.7.0" +version = release = "0.8.0" # The full version, including alpha/beta/rc tags # -- General configuration --------------------------------------------------- diff --git a/fedsim/__init__.py b/fedsim/__init__.py index 3389232..89f5b77 100644 --- a/fedsim/__init__.py +++ b/fedsim/__init__.py @@ -7,7 +7,7 @@ """ -__version__ = "0.7.0" +__version__ = "0.8.0" from . import datasets from . import distributed diff --git a/fedsim_cli/__init__.py b/fedsim_cli/__init__.py index 23cc29c..60b86c6 100644 --- a/fedsim_cli/__init__.py +++ b/fedsim_cli/__init__.py @@ -6,4 +6,4 @@ """ -__version__ = "0.7.0" +__version__ = "0.8.0" diff --git a/setup.py b/setup.py index f112c84..2bbc410 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read(*names, **kwargs): setup( name="fedsim", - version="0.7.0", + version="0.8.0", license="Apache-2.0", description="Generic Federated Learning Simulator with PyTorch", long_description="{}\n{}".format( diff --git a/tbump.toml b/tbump.toml index ee45c28..83902bb 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/fvarno/fedsim/" [version] -current = "0.7.0" +current = "0.8.0" regex = '(?P\d+)\.(?P\d+)\.(?P\d+)' [git]