From 1991df731f78d545c83a78ba455459fc58d0eede Mon Sep 17 00:00:00 2001 From: Farshid Varno Date: Wed, 22 Jun 2022 22:52:04 -0400 Subject: [PATCH] Bump to 0.1.1 --- docs/source/conf.py | 2 +- fedsim/__init__.py | 2 +- scripts/__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 48ea3a8..011a55a 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.1.0" +version = release = "0.1.1" # The full version, including alpha/beta/rc tags # -- General configuration --------------------------------------------------- diff --git a/fedsim/__init__.py b/fedsim/__init__.py index 09dab65..e786472 100644 --- a/fedsim/__init__.py +++ b/fedsim/__init__.py @@ -1,7 +1,7 @@ """ a simple Federated Learning simulator! """ -__version__ = "0.1.0" +__version__ = "0.1.1" import logging import os diff --git a/scripts/__init__.py b/scripts/__init__.py index cb1ad25..295e619 100644 --- a/scripts/__init__.py +++ b/scripts/__init__.py @@ -2,7 +2,7 @@ """ -__version__ = "0.1.0" +__version__ = "0.1.1" import logging import os diff --git a/setup.py b/setup.py index 353dc8f..7073def 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read(*names, **kwargs): setup( name="fedsim", - version="0.1.0", + version="0.1.1", license="Apache-2.0", description="Generic Federated Learning Simulator with PyTorch", long_description="{}\n{}".format( diff --git a/tbump.toml b/tbump.toml index 6fd9763..00711a0 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/fvarno/fedsim/" [version] -current = "0.1.0" +current = "0.1.1" regex = '(?P\d+)\.(?P\d+)\.(?P\d+)' [git]