From 45ee3ab65878971436baa53c6fa824f32853cf11 Mon Sep 17 00:00:00 2001 From: Emmanuel Hadoux Date: Tue, 21 Nov 2023 14:38:37 +0000 Subject: [PATCH] chore(master): release 0.1.0 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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',