Skip to content

Commit 520d645

Browse files
author
György Kovács
committed
version bump
1 parent 9a57e24 commit 520d645

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
.coverage
66
*.pickle
77
docs/_build/*
8+
dist/*
9+
build/*

mlscorecheck/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
This module contains the version of the package.
33
"""
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)