Skip to content

Commit b8c4a53

Browse files
committed
Update version
1 parent 70fc76f commit b8c4a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "cs-events"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "C#-style event handling mechanism for Python"
99
authors = ["Daniel Jeong <[email protected]>"]
1010
keywords = ["python", "event", "c#"]

src/events/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
"events",
2020
]
2121
__author__ = "Daniel Jeong"
22-
__version__ = "0.4.0"
22+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)