Skip to content

Commit

Permalink
Bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syeopite committed Feb 6, 2024
1 parent 897aae1 commit 19ffb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "npf_renderer"
description="A Python Based Renderer for Tumblr's Neue Post Format (NPF) "
version = "0.11.1"
version = "0.12.0"
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
Expand Down
2 changes: 1 addition & 1 deletion src/npf_renderer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

from . import exceptions, parse, objects, format

VERSION = "0.11.1"
VERSION = "0.12.0"

0 comments on commit 19ffb46

Please sign in to comment.