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 f4a7fc9 commit 1a7153aCopy full SHA for 1a7153a
res/win/nsis.nsi.template
@@ -12,7 +12,7 @@
12
!define APP_NAME "C3D-Parser"
13
!define APP_VERSION "{application_version}"
14
!define APP_ORGANISATION "Auckland Bioengineering Institute"
15
- !define INSTALLER_VERSION "0.2.1"
+ !define INSTALLER_VERSION "0.2.2"
16
!define SOURCE_DIR "{dist_dir}"
17
!define SOURCE_URL "https://github.com/tsalemink/C3D-parser"
18
src/c3d_parser/__init__.py
@@ -1,2 +1,2 @@
1
2
-__version__ = "0.2.1"
+__version__ = "0.2.2"
0 commit comments