Skip to content

Commit baf04a7

Browse files
committed
0.2.1
1 parent bea38df commit baf04a7

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 = "setuptools.build_meta"
44

55
[project]
66
name = "utcp"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
authors = [
99
{ name = "Razvan-Ion Radulescu" },
1010
{ name = "Andrei-Stefan Ghiurtu" },

src/utcp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import tomli
33
from pathlib import Path
44

5-
__version__ = "0.2.0"
5+
__version__ = "0.2.1"
66
try:
77
__version__ = version("utcp")
88
except PackageNotFoundError:

0 commit comments

Comments
 (0)