Bump version: 1.4.1 → 1.4.2
This commit is contained in:
parent
3a931b7b5b
commit
846b5f200a
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.4.1
|
current_version = 1.4.2
|
||||||
tag_name = {new_version}
|
tag_name = {new_version}
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|||||||
@ -11,7 +11,7 @@ warnings.filterwarnings(
|
|||||||
)
|
)
|
||||||
|
|
||||||
__all__ = ["Database", "Table", "connect"]
|
__all__ = ["Database", "Table", "connect"]
|
||||||
__version__ = "1.4.1"
|
__version__ = "1.4.2"
|
||||||
|
|
||||||
|
|
||||||
def connect(
|
def connect(
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open("README.md") as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="dataset",
|
name="dataset",
|
||||||
version="1.4.1",
|
version="1.4.2",
|
||||||
description="Toolkit for Python-based database access.",
|
description="Toolkit for Python-based database access.",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user