Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Upgrade aenum to ^3.1.0 (#6)
Browse files Browse the repository at this point in the history
* Upgrade aenum to ^3.1.0

* Version bumped to 0.7.0

Co-authored-by: ns-circle-ci <[email protected]>
  • Loading branch information
jdrake and ns-circle-ci authored Sep 22, 2021
1 parent e9457e9 commit f9ca104
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pynocular/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Lightweight ORM that lets you query your database using Pydantic models and asyncio"""

__version__ = "0.6.0"
__version__ = "0.7.0"

from pynocular.engines import DatabaseType, DBInfo
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pynocular"
version = "0.6.0"
version = "0.7.0"
description = "Lightweight ORM that lets you query your database using Pydantic models and asyncio"
authors = [
"RJ Santana <[email protected]>",
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/NarrativeScience/pynocular"

[tool.poetry.dependencies]
python = "^3.6.5"
aenum = "^2.1"
aenum = "^3.1.0"
aiocontextvars = "^0.2.2"
aiopg = "^0.16.0"
asyncpg = "^0.15.0"
Expand Down

0 comments on commit f9ca104

Please sign in to comment.