Bump version: 1.4.3 → 1.4.4

This commit is contained in:
Friedrich Lindenberg 2021-01-17 12:45:56 +01:00
parent 2de3e0b84c
commit fd918f06b6
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.3
current_version = 1.4.4
tag_name = {new_version}
commit = True
tag = True

View File

@ -11,7 +11,7 @@ warnings.filterwarnings(
)
__all__ = ["Database", "Table", "connect"]
__version__ = "1.4.3"
__version__ = "1.4.4"
def connect(

View File

@ -45,9 +45,9 @@ copyright = u"2013-2021, Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer"
# built documents.
#
# The short X.Y version.
version = "1.4.3"
version = "1.4.4"
# The full version, including alpha/beta/rc tags.
release = "1.4.3"
release = "1.4.4"
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:

View File

@ -5,7 +5,7 @@ with open("README.md") as f:
setup(
name="dataset",
version="1.4.3",
version="1.4.4",
description="Toolkit for Python-based database access.",
long_description=long_description,
long_description_content_type="text/markdown",