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 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-stokes committed Dec 7, 2022
1 parent 5d9e4f8 commit 1e134f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions punch_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

major = 3
minor = 0
patch = 0
patch = 1
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 = "ogc"
version = "3.0.0"
version = "3.0.1"
description = "Provisioner, no more, no less."
authors = ["Adam Stokes <51892+adam-stokes@users.noreply.github.com>"]
license = "MIT"
Expand Down Expand Up @@ -83,7 +83,7 @@ filterwarnings = [
]

[tool.poetry.dev-dependencies]
black = "^23.0.0"
black = "^23.0.1"
isort = "^5.10.1"
python-frontmatter = "^1.0.0"
pylint = "^2.12.2"
Expand Down

0 comments on commit 1e134f3

Please sign in to comment.