Skip to content

Commit

Permalink
bump version to 1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Dec 27, 2019
1 parent 6a61f0c commit 14b5766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gino"
version = "0.8.5"
version = "1.0.0-alpha"
description = "GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core."
license = "BSD-3-Clause"
authors = ["Fantix King <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/gino/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def create_engine(*args, **kwargs):
return create_engine(*args, **kwargs)


__version__ = "0.8.5"
__version__ = "1.0.0-alpha"

0 comments on commit 14b5766

Please sign in to comment.