Skip to content

Commit cd29b9d

Browse files
committed
Version updated from 5.0.0 to 5.0.1
1 parent 8424064 commit cd29b9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nyoka/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
"""
19-
__version__ = '5.0.0'
19+
__version__ = '5.0.1'
2020
__license__ = "Apache Software License"
2121

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
setup(
1313
name = "nyoka",
1414
version = __version__,
15-
description = "Python library for converting a large number of ML / DL models to PMML",
15+
description = "Python library for converting a large number of ML models to PMML",
1616
long_description = long_description,
1717
long_description_content_type="text/markdown",
1818
author = "maintainer",

0 commit comments

Comments
 (0)