Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Jun 21, 2020
1 parent 1cc9c6f commit 3625131
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.1

* Re-release of 2.1.0 (sync with PyPI)

# 2.1.0

* Added arbitrary data MPI broadcasting.
Expand Down
2 changes: 1 addition & 1 deletion patch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PythonHocModule(types.ModuleType):

transform = staticmethod(transform)

__version__ = "2.1.0"
__version__ = "2.1.1"

@property
def p(self):
Expand Down

0 comments on commit 3625131

Please sign in to comment.