Skip to content

Commit

Permalink
Bump version: 1.6.0 → 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jul 12, 2023
1 parent 3e974c9 commit dbc6dc5
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.6.0
current_version = 1.6.1
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.6.0"
__version__ = "1.6.1"


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.6.0"
version = "1.6.1"
# The full version, including alpha/beta/rc tags.
release = "1.6.0"
release = "1.6.1"

# 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.6.0",
version="1.6.1",
description="Toolkit for Python-based database access.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit dbc6dc5

Please sign in to comment.