diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1cff4f3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2023-11-21) + + +### Features + +* support MI API version 1 ([#114](https://github.com/ScribeLabsAI/ScribeMi/issues/114)) ([5e34415](https://github.com/ScribeLabsAI/ScribeMi/commit/5e34415d2697f5d6adedeba475ab722b18e76b76)) diff --git a/setup.py b/setup.py index fcd3c03..08328e0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): setup( name='scribemi', python_requires='>=3.10.0', - version='1.2.0', + version='0.1.0', description="Library to manage MI files in Scribe's platform", long_description=readme(), url='https://github.com/ScribeLabsAI/ScribeMi',