Skip to content

Commit

Permalink
version 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Apr 16, 2019
1 parent f6d7276 commit 114b3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ clean:
find . -name \coverage.xml -print0 | xargs -0 rm -f
rm -f MANIFEST
rm -rf build
rm -rf dist
rm -rf tests/test-reports
find . -name '.#*' -print0 | xargs -0 rm -f
find . -name '#*#' -print0 | xargs -0 rm -f
Expand Down
2 changes: 1 addition & 1 deletion Pyro5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Pyro - Python Remote Objects. Copyright by Irmen de Jong (irmen@razorvine.net).
"""

__version__ = "5.3.dev0"
__version__ = "5.3"
__author__ = "Irmen de Jong"


Expand Down

0 comments on commit 114b3fd

Please sign in to comment.