Skip to content

Commit

Permalink
Updated setup.py and version
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed May 25, 2019
1 parent a63c27e commit 7361490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rpyc/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = (4, 0, 2)
version = (4, 0, 3)
version_string = ".".join(map(str, version))
release_date = "2018.08.04"
release_date = "2019.05.25"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
description = "Remote Python Call (RPyC), a transparent and symmetric RPC library",
author = "Tomer Filiba",
author_email = "[email protected]",
maintainer = "Thomas Gläßle",
maintainer_email = "[email protected]",
maintainer = "James Stronz",
maintainer_email = "[email protected]",
license = "MIT",
url = "http://rpyc.readthedocs.org",
packages = [
Expand Down

0 comments on commit 7361490

Please sign in to comment.