We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e8340 commit 16885b1Copy full SHA for 16885b1
CHANGELOG.md
@@ -5,7 +5,7 @@
5
## [Unreleased](https://github.com/nutti/OpenAI-Bridge/compare/v0.2.0...main)
6
7
<!-- markdownlint-disable-next-line MD013 -->
8
-## [Version 1.0.0](https://github.com/nutti/OpenAI-Bridge/compare/v0.2.0...v1.0.0) - 2023.X.XX
+## [Version 1.0.0](https://github.com/nutti/OpenAI-Bridge/compare/v0.2.0...v1.0.0) - 2023.6.1
9
10
### New Features
11
src/openai_bridge/__init__.py
@@ -1,7 +1,7 @@
1
bl_info = {
2
"name": "OpenAI Bridge",
3
"author": "nutti",
4
- "version": (0, 2, 0),
+ "version": (1, 0, 0),
"blender": (3, 5, 0),
"location": "3D View",
"warning": "",
0 commit comments