Skip to content

Commit 72b2d9e

Browse files
author
Thibault Bétrémieux
committed
chore(version): bump to 4.1.1
1 parent 0e72003 commit 72b2d9e

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.1"
1+
__version__ = "4.1.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.1",
21+
version="4.1.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.1.tar.gz',
26+
download_url='https://github.com/ThibTrip/pangres/archive/v4.1.1.tar.gz',
2727
keywords=['pandas','postgres', 'mysql', 'sqlite'],
2828
description=description,
2929
long_description=long_description,

0 commit comments

Comments
 (0)