From 5ccaaa85dab276a0ca7b54a27677cfddf08d2fba Mon Sep 17 00:00:00 2001 From: Theodlz Date: Wed, 24 Jan 2024 15:32:34 -0800 Subject: [PATCH 1/2] 2.3.3 --- penquins/penquins.py | 2 +- readme.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/penquins/penquins.py b/penquins/penquins.py index 6a42ad7..bf69f7a 100644 --- a/penquins/penquins.py +++ b/penquins/penquins.py @@ -17,7 +17,7 @@ from requests.packages.urllib3.util.retry import Retry from tqdm.auto import tqdm -__version__ = "2.3.2" +__version__ = "2.3.3" Num = Union[int, float] diff --git a/readme.md b/readme.md index 55899f5..1c2ea3b 100644 --- a/readme.md +++ b/readme.md @@ -326,7 +326,7 @@ for a detailed guide. ```shell script pip install bumpversion -export PENQUINS_VERSION=2.3.2 +export PENQUINS_VERSION=2.3.3 bumpversion --current-version $PENQUINS_VERSION minor setup.py penquins/penquins.py python setup.py sdist bdist_wheel diff --git a/setup.py b/setup.py index 0c6d736..c8cfd70 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def run_git(cmd): URL = "https://github.com/dmitryduev/penquins" # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = "2.3.2" +VERSION = "2.3.3" # Indicates if this version is a release version RELEASE = "dev" not in VERSION From 8045185d84805b4ff5e78fae012654b62ef3f932 Mon Sep 17 00:00:00 2001 From: Theodlz Date: Wed, 24 Jan 2024 15:38:35 -0800 Subject: [PATCH 2/2] 2.4.0 --- penquins/penquins.py | 2 +- readme.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/penquins/penquins.py b/penquins/penquins.py index bf69f7a..d941ee2 100644 --- a/penquins/penquins.py +++ b/penquins/penquins.py @@ -17,7 +17,7 @@ from requests.packages.urllib3.util.retry import Retry from tqdm.auto import tqdm -__version__ = "2.3.3" +__version__ = "2.4.0" Num = Union[int, float] diff --git a/readme.md b/readme.md index 1c2ea3b..2ee59d8 100644 --- a/readme.md +++ b/readme.md @@ -326,7 +326,7 @@ for a detailed guide. ```shell script pip install bumpversion -export PENQUINS_VERSION=2.3.3 +export PENQUINS_VERSION=2.4.0 bumpversion --current-version $PENQUINS_VERSION minor setup.py penquins/penquins.py python setup.py sdist bdist_wheel diff --git a/setup.py b/setup.py index c8cfd70..ad456c2 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def run_git(cmd): URL = "https://github.com/dmitryduev/penquins" # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = "2.3.3" +VERSION = "2.4.0" # Indicates if this version is a release version RELEASE = "dev" not in VERSION