Skip to content

Commit

Permalink
Update version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim committed Oct 10, 2024
1 parent 2aa7b28 commit 3686683
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.2"
version = "0.1.3"
description = "Tracing tools"
authors = ["Emeli Dral <emeli.dral@gmail.com>"]
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, 2)
version_info = (0, 1, 3)
__version__ = ".".join(map(str, version_info))


Expand Down

0 comments on commit 3686683

Please sign in to comment.