Skip to content

Commit

Permalink
chore: bumped version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Apr 8, 2021
1 parent a0aae1d commit 0b0edc4
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = "yard"
version = "0.2.4"
version = "0.3.0"
description = "Yet another ROC curve drawer"
authors = ["Tamas Nepusz <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 3 additions & 1 deletion yard/version.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "0.2.4"
__version_info__ = (0, 3, 0)
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 comments on commit 0b0edc4

Please sign in to comment.