Skip to content

Commit 1a7153a

Browse files
committed
Set version to 0.2.2
1 parent f4a7fc9 commit 1a7153a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

res/win/nsis.nsi.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
!define APP_NAME "C3D-Parser"
1313
!define APP_VERSION "{application_version}"
1414
!define APP_ORGANISATION "Auckland Bioengineering Institute"
15-
!define INSTALLER_VERSION "0.2.1"
15+
!define INSTALLER_VERSION "0.2.2"
1616
!define SOURCE_DIR "{dist_dir}"
1717
!define SOURCE_URL "https://github.com/tsalemink/C3D-parser"
1818

src/c3d_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = "0.2.1"
2+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)