From 61716d48ccab020b6714de009afe96d5f0bf00a9 Mon Sep 17 00:00:00 2001 From: Farshid Varno Date: Wed, 31 Aug 2022 22:17:25 -0400 Subject: [PATCH] Bump to 0.6.2 --- docs/source/conf.py | 2 +- fedsim/__init__.py | 2 +- fedsim_cli/__init__.py | 2 +- setup.py | 2 +- tbump.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 95844b2..36b109d 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.6.1" +version = release = "0.6.2" # The full version, including alpha/beta/rc tags # -- General configuration --------------------------------------------------- diff --git a/fedsim/__init__.py b/fedsim/__init__.py index 2cf9f69..fb155e3 100644 --- a/fedsim/__init__.py +++ b/fedsim/__init__.py @@ -7,7 +7,7 @@ """ -__version__ = "0.6.1" +__version__ = "0.6.2" from . import datasets from . import distributed diff --git a/fedsim_cli/__init__.py b/fedsim_cli/__init__.py index 8f5df1f..9ef9cd6 100644 --- a/fedsim_cli/__init__.py +++ b/fedsim_cli/__init__.py @@ -6,4 +6,4 @@ """ -__version__ = "0.6.1" +__version__ = "0.6.2" diff --git a/setup.py b/setup.py index 6b866ba..346105b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read(*names, **kwargs): setup( name="fedsim", - version="0.6.1", + version="0.6.2", license="Apache-2.0", description="Generic Federated Learning Simulator with PyTorch", long_description="{}\n{}".format( diff --git a/tbump.toml b/tbump.toml index 867ac07..6a0e2ba 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/fvarno/fedsim/" [version] -current = "0.6.1" +current = "0.6.2" regex = '(?P\d+)\.(?P\d+)\.(?P\d+)' [git]