Skip to content

Commit

Permalink
[release] prep for 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkhimani committed Feb 22, 2023
1 parent 06489f4 commit 6ce96c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ markers = [

[tool.poetry]
name = "torchfl"
version = "0.1.8"
version = "0.1.9"
description = "A Python library for rapid prototyping, experimenting, and logging of federated learning using state-of-the-art models and datasets. Built using PyTorch and PyTorch Lightning."
authors = ["vivekkhimani <[email protected]>"]
license = "GNU General Public License v3"
Expand Down
2 changes: 1 addition & 1 deletion torchfl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Vivek Khimani"""
__email__ = "[email protected]"
__version__ = "0.1.8"
__version__ = "0.1.9"

0 comments on commit 6ce96c6

Please sign in to comment.