Skip to content

Commit

Permalink
Upgrade version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gongzhang committed Apr 8, 2019
1 parent 80d69da commit 5899cb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ clean:
rm -rf dist;
rm -rf procbridge.egg-info

setup:
python3 -m pip install --upgrade setuptools wheel twine

build:
# https://packaging.python.org/tutorials/packaging-projects/
python3 setup.py sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="procbridge",
version="1.1.2",
version="1.1.3",
author="Gong Zhang",
author_email="[email protected]",
description="A super-lightweight IPC (Inter-Process Communication) protocol over TCP socket.",
Expand Down

0 comments on commit 5899cb2

Please sign in to comment.