Skip to content

Commit

Permalink
updated resipy versions in project and version detials
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Boyd committed Jan 31, 2024
1 parent ccf971e commit 256db56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/Version.details
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(3,4,5,0),
prodvers=(3,4,5,0),
filevers=(3,5,0,0),
prodvers=(3,5,0,0),
mask=0x3f,
flags=0x0,
OS=0x40004,
Expand All @@ -16,12 +16,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'HKEx Group'),
StringStruct(u'FileDescription', u'ResIPy - Geoelectrical modeling/inversion application'),
StringStruct(u'FileVersion', u'3.4.5'),
StringStruct(u'FileVersion', u'3.5.0'),
StringStruct(u'InternalName', u'ResIPy'),
StringStruct(u'LegalCopyright', u'HKEx Group'),
StringStruct(u'OriginalFilename', u'ResIPy.exe'),
StringStruct(u'ProductName', u'ResIPy'),
StringStruct(u'ProductVersion', u'3.4.5')])
StringStruct(u'ProductVersion', u'3.5.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion src/resipy/Project.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
and other filtering or meshing part of the code. It's the entry point for
the user.
"""
ResIPy_version = '3.4.8' # ResIPy version (semantic versionning in use)
ResIPy_version = '3.5.0' # ResIPy version (semantic versionning in use)

#import relevant modules
import os, sys, shutil, platform, warnings, time, glob # python standard libs
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyR2_Version:
3.4.5
3.5.0

0 comments on commit 256db56

Please sign in to comment.