Bump version: 1.3.2 → 1.4.0
This commit is contained in:
parent
2a6a6c1e22
commit
e82618cf4e
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.3.2
|
||||
current_version = 1.4.0
|
||||
tag_name = {new_version}
|
||||
commit = True
|
||||
tag = True
|
||||
@ -7,4 +7,3 @@ tag = True
|
||||
[bumpversion:file:setup.py]
|
||||
|
||||
[bumpversion:file:dataset/__init__.py]
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ warnings.filterwarnings(
|
||||
)
|
||||
|
||||
__all__ = ["Database", "Table", "connect"]
|
||||
__version__ = "1.3.2"
|
||||
__version__ = "1.4.0"
|
||||
|
||||
|
||||
def connect(
|
||||
|
||||
4
setup.py
4
setup.py
@ -5,7 +5,7 @@ with open("README.md") as f:
|
||||
|
||||
setup(
|
||||
name="dataset",
|
||||
version="1.3.2",
|
||||
version="1.4.0",
|
||||
description="Toolkit for Python-based database access.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
@ -28,7 +28,7 @@ setup(
|
||||
namespace_packages=[],
|
||||
include_package_data=False,
|
||||
zip_safe=False,
|
||||
install_requires=["sqlalchemy >= 1.3.2", "alembic >= 0.6.2", "banal >= 1.0.1"],
|
||||
install_requires=["sqlalchemy >= 1.4.0", "alembic >= 0.6.2", "banal >= 1.0.1"],
|
||||
extras_require={
|
||||
"dev": [
|
||||
"pip",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user