Skip to content

Commit

Permalink
Bump to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fvarno committed Sep 12, 2022
1 parent 7e1bee9 commit 7f685db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = "2022"
author = "Farshid Varno"
copyright = "{0}, {1}".format(year, author)
version = release = "0.8.0"
version = release = "0.8.1"
# The full version, including alpha/beta/rc tags

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion fedsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__version__ = "0.8.0"
__version__ = "0.8.1"

from . import datasets
from . import distributed
Expand Down
2 changes: 1 addition & 1 deletion fedsim_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""

__version__ = "0.8.0"
__version__ = "0.8.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*names, **kwargs):

setup(
name="fedsim",
version="0.8.0",
version="0.8.1",
license="Apache-2.0",
description="Generic Federated Learning Simulator with PyTorch",
long_description="{}\n{}".format(
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/fvarno/fedsim/"

[version]
current = "0.8.0"
current = "0.8.1"
regex = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)'

[git]
Expand Down

0 comments on commit 7f685db

Please sign in to comment.