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 b35f3e3 commit b1bee3cCopy full SHA for b1bee3c
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.0"
+ !define INSTALLER_VERSION "0.2.1"
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.0"
+__version__ = "0.2.1"
0 commit comments