Skip to content

Commit 2fa6eb2

Browse files
committed
Updated version
1 parent a90b46a commit 2fa6eb2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
copyright = "2022, trag1c"
1515
author = "trag1c"
1616

17-
release = "2.1.2"
17+
release = "2.1.3"
1818

1919

2020
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dahlia"
3-
version = "2.1.2"
3+
version = "2.1.3"
44
description = "A library allowing you to use Minecraft format codes in strings."
55
authors = ["trag1c <trag1cdev@yahoo.com>"]
66
license = "MIT"

src/dahlia/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def main() -> None:
3333
if args.test:
3434
d.test()
3535
elif args.version:
36-
print("Dahlia 2.1.2")
36+
print("Dahlia 2.1.3")
3737
sys.exit()
3838
if args.clean:
3939
print(clean(string))

0 commit comments

Comments
 (0)