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 635af28 commit bc705f3Copy full SHA for bc705f3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tracely"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "Tracing tools"
5
authors = ["Emeli Dral <emeli.dral@gmail.com>"]
6
license = "Apache-2.0"
tracely/src/tracely/_version.py
@@ -1,4 +1,4 @@
-version_info = (0, 1, 1)
+version_info = (0, 1, 2)
__version__ = ".".join(map(str, version_info))
0 commit comments