Skip to content

Commit 5899cb2

Browse files
committed
Upgrade version to 1.1.3
1 parent 80d69da commit 5899cb2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ clean:
44
rm -rf dist;
55
rm -rf procbridge.egg-info
66

7+
setup:
8+
python3 -m pip install --upgrade setuptools wheel twine
9+
710
build:
811
# https://packaging.python.org/tutorials/packaging-projects/
912
python3 setup.py sdist bdist_wheel

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="procbridge",
8-
version="1.1.2",
8+
version="1.1.3",
99
author="Gong Zhang",
1010
author_email="[email protected]",
1111
description="A super-lightweight IPC (Inter-Process Communication) protocol over TCP socket.",

0 commit comments

Comments
 (0)