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.
2 parents 024b6f3 + e2b9e87 commit ad20cc5Copy full SHA for ad20cc5
meshroom/__init__.py
@@ -10,9 +10,9 @@ class VersionStatus(Enum):
10
develop = 2
11
12
13
-__version__ = "2025.1.0"
+__version__ = "2026.1.0"
14
# Always increase the minor version when switching from release to develop.
15
-__version_status__ = VersionStatus.release
+__version_status__ = VersionStatus.develop
16
17
if __version_status__ is VersionStatus.develop:
18
__version__ += "-" + __version_status__.name
0 commit comments