Skip to content

Commit

Permalink
Bump version to 0.2.2a1 (#2943)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhigley authored and vkkhare committed Jan 21, 2020
1 parent acdc968 commit 5f51c3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = "Andrew Trask"

# The short X.Y version
version = "0.2.1a1"
version = "0.2.2a1"
# The full version, including alpha/beta/rc tags
release = "0.2.1a1"
release = "0.2.2a1"


# -- General configuration ---------------------------------------------------
Expand Down
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.1a1
current_version = 0.2.2a1
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.1a1",
version="0.2.2a1",
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.1a1"
__version__ = "0.2.2a1"

0 comments on commit 5f51c3b

Please sign in to comment.