Skip to content

Commit

Permalink
Update version to 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim committed Oct 2, 2024
1 parent 635af28 commit bc705f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tracely"
version = "0.1.1"
version = "0.1.2"
description = "Tracing tools"
authors = ["Emeli Dral <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tracely/src/tracely/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (0, 1, 1)
version_info = (0, 1, 2)
__version__ = ".".join(map(str, version_info))


Expand Down

0 comments on commit bc705f3

Please sign in to comment.