bump version to v0.0.8
This commit is contained in:
parent
7b4e65cbb7
commit
840fdf1ca4
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
/ ___ \| |_) | |___ ___) | |_| |
|
||||
/_/ \_\____/ \____|____/|____/
|
||||
```
|
||||
v0.0.7
|
||||
v0.0.8
|
||||
|
||||
Convenience tool to work with 3D typography in Blender and Cinema4D.
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ from .common import Font, utils
|
|||
bl_info = {
|
||||
"name": "ABC3D",
|
||||
"author": "Jakob Schlötter, Studio Pointer*",
|
||||
"version": (0, 0, 7),
|
||||
"version": (0, 0, 8),
|
||||
"blender": (4, 1, 0),
|
||||
"location": "VIEW3D",
|
||||
"description": "Convenience addon for 3D fonts",
|
||||
|
|
|
@ -8,7 +8,7 @@ def get_version_minor():
|
|||
|
||||
|
||||
def get_version_patch():
|
||||
return 7
|
||||
return 8
|
||||
|
||||
|
||||
def get_version_string():
|
||||
|
|
Loading…
Add table
Reference in a new issue