Bump version: 1.0.8 → 1.1.0
This commit is contained in:
parent
6d1f42f48c
commit
38a59b921e
@ -1,9 +1,10 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.0.8
|
current_version = 1.1.0
|
||||||
tag_name = {new_version}
|
tag_name = {new_version}
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
[bumpversion:file:setup.py]
|
[bumpversion:file:setup.py]
|
||||||
|
|
||||||
[bumpversion:file:dataset/__init__.py]
|
[bumpversion:file:dataset/__init__.py]
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ warnings.filterwarnings(
|
|||||||
'ignore', 'Skipping unsupported ALTER for creation of implicit constraint')
|
'ignore', 'Skipping unsupported ALTER for creation of implicit constraint')
|
||||||
|
|
||||||
__all__ = ['Database', 'Table', 'freeze', 'connect']
|
__all__ = ['Database', 'Table', 'freeze', 'connect']
|
||||||
__version__ = '1.0.8'
|
__version__ = '1.1.0'
|
||||||
|
|
||||||
|
|
||||||
def connect(url=None, schema=None, reflect_metadata=True, engine_kwargs=None,
|
def connect(url=None, schema=None, reflect_metadata=True, engine_kwargs=None,
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='dataset',
|
name='dataset',
|
||||||
version='1.0.8',
|
version='1.1.0',
|
||||||
description="Toolkit for Python-based database access.",
|
description="Toolkit for Python-based database access.",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user