We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee1990 commit 137af18Copy full SHA for 137af18
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "utcp"
7
-version = "0.1.8"
+version = "0.2.0"
8
authors = [
9
{ name = "Razvan-Ion Radulescu" },
10
{ name = "Andrei-Stefan Ghiurtu" },
src/utcp/version.py
@@ -2,7 +2,7 @@
2
import tomli
3
from pathlib import Path
-__version__ = "0.1.8"
+__version__ = "0.2.0"
try:
__version__ = version("utcp")
except PackageNotFoundError:
0 commit comments