We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8424064 commit cd29b9dCopy full SHA for cd29b9d
2 files changed
nyoka/metadata.py
@@ -16,6 +16,6 @@
16
See the License for the specific language governing permissions and
17
limitations under the License.
18
"""
19
-__version__ = '5.0.0'
+__version__ = '5.0.1'
20
__license__ = "Apache Software License"
21
setup.py
@@ -12,7 +12,7 @@
12
setup(
13
name = "nyoka",
14
version = __version__,
15
- description = "Python library for converting a large number of ML / DL models to PMML",
+ description = "Python library for converting a large number of ML models to PMML",
long_description = long_description,
long_description_content_type="text/markdown",
author = "maintainer",
0 commit comments