Skip to content

Commit

Permalink
Bump version to v0.2.5 (#3451)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhigley committed May 5, 2020
1 parent 5cc9412 commit 828a36f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.4
current_version = 0.2.5
commit = true

[bumpversion:file:setup.py]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_requirements(req_file):

setup(
name="syft",
version="0.2.4",
version="0.2.5",
author="Andrew Trask",
author_email="contact@openmined.org",
description=("A Library for Private, Secure Deep Learning"),
Expand Down
2 changes: 1 addition & 1 deletion syft/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.4"
__version__ = "0.2.5"

0 comments on commit 828a36f

Please sign in to comment.