From bf97ddc962499e2d13052f6edb66dd9a4d4894d0 Mon Sep 17 00:00:00 2001 From: rtmigo Date: Mon, 26 Apr 2021 00:45:19 +0300 Subject: [PATCH] publish --- README.md | 2 +- bgprocess/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20969e5..4968e13 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Tested on Linux and macOS with Python 3.7-3.9. # Install ``` bash -$ pip install git+https://github.com/rtmigo/bgprocess_py#egg=bgprocess +$ pip3 install bgprocess ``` # Use diff --git a/bgprocess/constants.py b/bgprocess/constants.py index 92192ee..68cdeee 100644 --- a/bgprocess/constants.py +++ b/bgprocess/constants.py @@ -1 +1 @@ -__version__ = "1.0.4" +__version__ = "1.0.5"