Skip to content

Commit aec640a

Browse files
committed
Bump version: 0.7.6 → 0.8.0
1 parent d072e65 commit aec640a

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.6'
14+
__version__ = '0.8.0'

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.6
2+
current_version = 0.8.0
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.6',
34+
version='0.8.0',
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)