Skip to content

Commit

Permalink
0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharindam committed Feb 11, 2025
1 parent b8d2c21 commit 3dcbdee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Windows/ChemCanvas.nsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; HM NIS Edit Wizard helper defines
!define PROG_NAME "ChemCanvas"
!define PROG_VERSION "0.5.1"
!define PROG_VERSION "0.6.0"
!define PROG_PUBLISHER "Arindamsoft"
!define PROG_ICON "chemcanvas.ico"
!define PROG_EXEC "chemcanvas.exe"
Expand Down
8 changes: 4 additions & 4 deletions Windows/version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
filevers=(0, 5, 1, 0),
prodvers=(0, 5, 1, 0),
filevers=(0, 6, 0, 0),
prodvers=(0, 6, 0, 0),
# Do not touch these values
mask=0x0,
flags=0x0,
Expand All @@ -22,10 +22,10 @@ VSVersionInfo(
StringTable(
'040904b0',
[StringStruct('FileDescription', 'ChemCanvas'),
StringStruct('FileVersion', '0.5.1'),
StringStruct('FileVersion', '0.6.0'),
StringStruct('LegalCopyright', 'Arindam Chaudhuri <arindamsoft94@gmail.com>'),
StringStruct('ProductName', 'ChemCanvas'),
StringStruct('ProductVersion', '0.5.1')]),
StringStruct('ProductVersion', '0.6.0')]),
StringStruct('CompanyName', 'Arindamsoft')
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
Expand Down
2 changes: 1 addition & 1 deletion chemcanvas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@



__version__ = '0.5.2'
__version__ = '0.6.0'
COPYRIGHT_YEAR = "2022-2025"
AUTHOR_NAME = "Arindam Chaudhuri"
AUTHOR_EMAIL = "arindamsoft94@gmail.com"

0 comments on commit 3dcbdee

Please sign in to comment.