We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d69da commit 5899cb2Copy full SHA for 5899cb2
Makefile
@@ -4,6 +4,9 @@ clean:
4
rm -rf dist;
5
rm -rf procbridge.egg-info
6
7
+setup:
8
+ python3 -m pip install --upgrade setuptools wheel twine
9
+
10
build:
11
# https://packaging.python.org/tutorials/packaging-projects/
12
python3 setup.py sdist bdist_wheel
setup.py
@@ -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.",
0 commit comments