Skip to content

Commit

Permalink
Bump version: 1.4.4 → 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Feb 8, 2021
1 parent d230a79 commit 2791a61
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.4
current_version = 1.4.5
tag_name = {new_version}
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion dataset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)

__all__ = ["Database", "Table", "connect"]
__version__ = "1.4.4"
__version__ = "1.4.5"


def connect(
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = "1.4.4"
version = "1.4.5"
# The full version, including alpha/beta/rc tags.
release = "1.4.4"
release = "1.4.5"

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="dataset",
version="1.4.4",
version="1.4.5",
description="Toolkit for Python-based database access.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2791a61

Please sign in to comment.