Skip to content

Commit

Permalink
Bump to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fvarno committed Sep 18, 2022
1 parent 09185eb commit 20fe599
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.2"
version = release = "0.8.3"
# 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.2"
__version__ = "0.8.3"

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.2"
__version__ = "0.8.3"
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.2",
version="0.8.3",
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.2"
current = "0.8.3"
regex = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)'

[git]
Expand Down

0 comments on commit 20fe599

Please sign in to comment.