Skip to content

Commit 40ae7b9

Browse files
committed
Increment version number to 1.0.2
1 parent 96e2b37 commit 40ae7b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.2 - Bug Fixes
2+
====
3+
* Fix support in newer Blender versions, up to 4.0.
4+
* Run tests using Python 3.10.
5+
16
1.0.1 - Bug Fixes
27
====
38
* Fix the resource ID of exported materials to be integer.

io_mesh_3mf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
bl_info = {
1414
"name": "3MF format",
1515
"author": "Ghostkeeper",
16-
"version": (1, 0, 0),
16+
"version": (1, 0, 2),
1717
"blender": (2, 80, 0),
1818
"location": "File > Import-Export",
1919
"description": "Import-Export 3MF files",

0 commit comments

Comments
 (0)