Bump version: 1.0.8 → 1.1.0
This commit is contained in:
parent
6d1f42f48c
commit
38a59b921e
@ -1,9 +1,10 @@
|
||||
[bumpversion]
|
||||
current_version = 1.0.8
|
||||
current_version = 1.1.0
|
||||
tag_name = {new_version}
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
|
||||
[bumpversion:file:dataset/__init__.py]
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ warnings.filterwarnings(
|
||||
'ignore', 'Skipping unsupported ALTER for creation of implicit constraint')
|
||||
|
||||
__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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user