Skip to content

Commit 14b5766

Browse files
committed
bump version to 1.0.0-alpha
1 parent 6a61f0c commit 14b5766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gino"
3-
version = "0.8.5"
3+
version = "1.0.0-alpha"
44
description = "GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core."
55
license = "BSD-3-Clause"
66
authors = ["Fantix King <[email protected]>"]

src/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.8.5"
14+
__version__ = "1.0.0-alpha"

0 commit comments

Comments
 (0)