Skip to content

Commit 9de78e6

Browse files
authored
Version bump (#167)
1 parent 461283c commit 9de78e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"name": "Stop motion OBJ",
2626
"description": "Import a sequence of OBJ (or STL or PLY or X3D) files and display them each as a single frame of animation. This add-on also supports the .STL, .PLY, and .X3D file formats.",
2727
"author": "Justin Jensen",
28-
"version": (2, 2, 0, "alpha.25"),
28+
"version": (2, 2, 0, "beta.0"),
2929
"blender": (2, 83, 0),
3030
"location": "File > Import > Mesh Sequence",
3131
"warning": "",

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# (major, minor, revision, development)
33
# example dev version: (1, 2, 3, "beta.4")
44
# example release version: (2, 3, 4)
5-
currentScriptVersion = (2, 2, 0, "alpha.25")
5+
currentScriptVersion = (2, 2, 0, "beta.0")
66
legacyScriptVersion = (2, 0, 2, "legacy")

0 commit comments

Comments
 (0)