Skip to content

Commit

Permalink
update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mh739025250 committed Jul 14, 2022
1 parent bc67586 commit 809e195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mypy]
plugins = numpy.typing.mypy_plugin
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run_tests(self):

setup(
name="delta-task",
version="0.5.3",
version="0.6.0",
license_files=("LICENSE"),
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 809e195

Please sign in to comment.