Skip to content

Commit

Permalink
2.4.0 (#35)
Browse files Browse the repository at this point in the history
This PR updates to 2.4.0.
  • Loading branch information
Theodlz committed Jan 24, 2024
1 parent a861af8 commit 4b4891f
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.3.2"
__version__ = "2.4.0"

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.3.2
export PENQUINS_VERSION=2.4.0

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.3.2"
VERSION = "2.4.0"

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

0 comments on commit 4b4891f

Please sign in to comment.