Skip to content

Commit

Permalink
Update version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Nov 28, 2023
1 parent 1f33ba8 commit bd8f3a5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion baselines/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
author = "The Flower Authors"

# The full version, including alpha/beta/rc tags
release = "1.6.0"
release = "1.7.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
author = "The Flower Authors"

# The full version, including alpha/beta/rc tags
release = "1.6.0"
release = "1.7.0"

# -- General configuration ---------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ Open a development version of the same notebook from branch `branch-name` by cha
Install a `whl` on Google Colab:

1. In the vertical icon grid on the left hand side, select ``Files`` > ``Upload to session storage``
2. Upload the whl (e.g., ``flwr-1.6.0-py3-none-any.whl``)
3. Change ``!pip install -q 'flwr[simulation]' torch torchvision matplotlib`` to ``!pip install -q 'flwr-1.6.0-py3-none-any.whl[simulation]' torch torchvision matplotlib``
2. Upload the whl (e.g., ``flwr-1.7.0-py3-none-any.whl``)
3. Change ``!pip install -q 'flwr[simulation]' torch torchvision matplotlib`` to ``!pip install -q 'flwr-1.7.0-py3-none-any.whl[simulation]' torch torchvision matplotlib``
2 changes: 1 addition & 1 deletion examples/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = "The Flower Authors"

# The full version, including alpha/beta/rc tags
release = "1.6.0"
release = "1.7.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "flwr"
version = "1.6.0"
version = "1.7.0"
description = "Flower: A Friendly Federated Learning Framework"
license = "Apache-2.0"
authors = ["The Flower Authors <[email protected]>"]
Expand Down

0 comments on commit bd8f3a5

Please sign in to comment.