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

Commit

Permalink
Version updated from 2.0.3 to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-stokes committed Mar 24, 2022
1 parent deac90d commit 2c8682e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major = 2
minor = 0
patch = 3
patch = 4
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ogc"
version = "2.0.3"
version = "2.0.4"
description = "Provisioner"
authors = ["Adam Stokes <51892+adam-stokes@users.noreply.github.com>"]
license = "MIT"
Expand Down Expand Up @@ -30,7 +30,7 @@ peewee = "^3.14.10"
psycopg2-binary = "^2.9.3"
colorama = "^0.4.4"
click-didyoumean = "^0.3.0"
rich = "^12.0.3"
rich = "^12.0.4"

[tool.poetry.dev-dependencies]
black = "^22.1.0"
Expand All @@ -39,7 +39,7 @@ invoke = "^1.6.0"
mkdocs = "^1.2.3"
python-frontmatter = "^1.0.0"
pylint = "^2.12.2"
"punch.py" = "^2.0.3"
"punch.py" = "^2.0.4"
Pygments = "^2.11.2"
pytest = "^7.0.1"
ipdb = "^0.13.9"
Expand Down

0 comments on commit 2c8682e

Please sign in to comment.