Skip to content

Commit

Permalink
Bump version to v0.2.3a3 (#3110)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhigley authored Feb 26, 2020
1 parent 6a48c4b commit f194082
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.3a2
current_version = 0.2.3a3
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.3a2",
version="0.2.3a3",
author="Andrew Trask",
author_email="[email protected]",
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.3a2"
__version__ = "0.2.3a3"

0 comments on commit f194082

Please sign in to comment.