Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivsarvepalli committed Oct 2, 2021
1 parent 1a582b7 commit 68861f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "mock-alchemy"
author = "Rajiv Sarvepalli"
copyright = f"{datetime.now().year}, {author}"
version = "0.2.2"
version = "0.2.3"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
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 = "mock-alchemy"
version = "0.2.2"
version = "0.2.3"
description = "SQLAlchemy mock helpers."
license = "MIT"
homepage = "https://github.com/rajivsarvepalli/mock-alchemy"
Expand Down

0 comments on commit 68861f1

Please sign in to comment.