Skip to content

Commit

Permalink
2.4.1 (#38)
Browse files Browse the repository at this point in the history
This PR updates version number to 2.4.1 so we can release this minor/bugfix version to pypi.
  • Loading branch information
Theodlz committed May 17, 2024
1 parent ee006b2 commit bd58f4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion penquins/penquins.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from requests.packages.urllib3.util.retry import Retry
from tqdm.auto import tqdm

__version__ = "2.4.0"
__version__ = "2.4.1"

Num = Union[int, float]

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ for a detailed guide.

```shell script
pip install bumpversion
export PENQUINS_VERSION=2.4.0
export PENQUINS_VERSION=2.4.1

bumpversion --current-version $PENQUINS_VERSION minor setup.py penquins/penquins.py
python 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 @@ -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.4.0"
VERSION = "2.4.1"

# Indicates if this version is a release version
RELEASE = "dev" not in VERSION
Expand Down

0 comments on commit bd58f4f

Please sign in to comment.