Skip to content

Commit 3885a50

Browse files
author
Johannes Hötter
committed
bump version 1.0
1 parent 4d43bd7 commit 3885a50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![kern-python](https://uploads-ssl.webflow.com/61e47fafb12bd56b40022a49/62766400bd3c57b579d289bf_kern-python%20Banner.png)
22
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
3-
[![pypi 0.1.0](https://img.shields.io/badge/pypi-0.1.0-yellow.svg)](https://pypi.org/project/kern-sdk/0.1.0/)
3+
[![pypi 1.0.0](https://img.shields.io/badge/pypi-1.0.0-yellow.svg)](https://pypi.org/project/kern-sdk/1.0.0/)
44

55

66
This is the official Python SDK for [*refinery*](https://github.com/code-kern-ai/refinery), your **open-source** data-centric IDE for NLP.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
url="https://github.com/code-kern-ai/kern-python",
2020
keywords=["kern", "machine learning", "supervised learning", "python"],
2121
classifiers=[
22-
"Development Status :: 3 - Alpha",
22+
"Development Status :: 4 - Beta",
2323
"Programming Language :: Python :: 3",
24-
"License :: OSI Approved :: MIT License",
24+
"License :: OSI Approved :: Apache Software License",
2525
],
2626
package_dir={"": "."},
2727
packages=find_packages("."),

0 commit comments

Comments
 (0)