Skip to content

Commit

Permalink
Version 0.1b1 placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-gilfanov committed Apr 20, 2021
1 parent 6f70a01 commit 8d4050d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiohttp_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from typing import Callable, Iterable, Tuple


__version__ = '0.1a4'
__version__ = '0.1b1'


def sa_decorator(key: str = 'sa_main'):
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Ruslan Ilyasovich Gilfanov'

# The full version, including alpha/beta/rc tags
release = '0.1a4'
release = '0.1b1'


# -- General configuration ---------------------------------------------------
Expand Down
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 = "aiohttp-sqlalchemy"
version = "0.1a4"
version = "0.1b1"
description = "SQLAlchemy >= 1.4 support for aiohttp."
authors = [
"Ruslan Ilyasovich Gilfanov <ri.gilfanov@yandex.ru>",
Expand Down

0 comments on commit 8d4050d

Please sign in to comment.