Skip to content

Commit 137af18

Browse files
committed
v0.2.0
1 parent fee1990 commit 137af18

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.1.8"
7+
version = "0.2.0"
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.1.8"
5+
__version__ = "0.2.0"
66
try:
77
__version__ = version("utcp")
88
except PackageNotFoundError:

0 commit comments

Comments
 (0)