Skip to content

Commit 09f5941

Browse files
committed
Bump version: 0.7.5 → 0.7.6
1 parent 7c026d4 commit 09f5941

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gino/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def create_engine(*args, **kwargs):
1111
return create_engine(*args, **kwargs)
1212

1313

14-
__version__ = '0.7.5'
14+
__version__ = '0.7.6'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.5
2+
current_version = 0.7.6
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def req_file(filename):
3131

3232
setup(
3333
name='gino',
34-
version='0.7.5',
34+
version='0.7.6',
3535
description="GINO Is Not ORM - "
3636
"a Python asyncio ORM on SQLAlchemy core.",
3737
long_description=readme + '\n\n' + history,

0 commit comments

Comments
 (0)