Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c committed Dec 2, 2022
1 parent a90b46a commit 2fa6eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
copyright = "2022, trag1c"
author = "trag1c"

release = "2.1.2"
release = "2.1.3"


# -- General configuration ---------------------------------------------------
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 = "dahlia"
version = "2.1.2"
version = "2.1.3"
description = "A library allowing you to use Minecraft format codes in strings."
authors = ["trag1c <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/dahlia/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main() -> None:
if args.test:
d.test()
elif args.version:
print("Dahlia 2.1.2")
print("Dahlia 2.1.3")
sys.exit()
if args.clean:
print(clean(string))
Expand Down

0 comments on commit 2fa6eb2

Please sign in to comment.