Skip to content

Commit

Permalink
Revert "Bump version 0.1.0 -> 0.1.1"
Browse files Browse the repository at this point in the history
This reverts commit 242737a.
  • Loading branch information
yashgorana committed Oct 8, 2024
1 parent ffd259e commit 07da29f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "syftbox"
version = "0.1.1"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion syftbox/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
__title__ = "SyftBox"
__description__ = ""
__url__ = "https://openmined.org"
__version__ = "0.1.1"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07da29f

Please sign in to comment.