Skip to content

Commit 25b3ba2

Browse files
author
Thibault Bétrémieux
committed
chore(version): update to 4.0.1
1 parent cddfa9e commit 25b3ba2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pangres/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0"
1+
__version__ = "4.0.1"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
setuptools.setup(
2020
name="pangres",
21-
version="4.0",
21+
version="4.0.1",
2222
license = 'The Unlicense',
2323
author="Thibault Bétrémieux",
2424
author_email="thibault.betremieux@gmail.com",
2525
url = 'https://github.com/ThibTrip/pangres',
26-
download_url = 'https://github.com/ThibTrip/pangres/archive/v4.0.tar.gz',
26+
download_url = 'https://github.com/ThibTrip/pangres/archive/v4.0.1.tar.gz',
2727
keywords = ['pandas','postgres', 'mysql', 'sqlite'],
2828
description=description,
2929
long_description=long_description,

0 commit comments

Comments
 (0)