Skip to content

Commit

Permalink
Update version (#486)
Browse files Browse the repository at this point in the history
* bump version

* remove `pygit2` dependency
  • Loading branch information
PythonFZ authored Jan 31, 2023
1 parent 86e5db4 commit 8951dd6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 43 deletions.
74 changes: 34 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ZnTrack"
version = "0.5.0"
version = "0.5.1"
description = "Create, Run and Benchmark DVC Pipelines in Python"
authors = ["zincwarecode <zincwarecode@gmail.com>"]
license = "Apache-2.0"
Expand All @@ -16,7 +16,6 @@ znjson = "^0.2.1"
dot4dict = "^0.1.1"
tqdm = "^4.64.0"
pandas = "^1.4.3"
pygit2 = ">=1.9,<1.11"
zninit = ">=0.1.6"
typer = "^0.7.0"

Expand Down
2 changes: 1 addition & 1 deletion tests/test_zntrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

def test_version():
"""Test 'ZnTrack' version."""
assert __version__ == "0.5.0"
assert __version__ == "0.5.1"

0 comments on commit 8951dd6

Please sign in to comment.