Skip to content

Commit

Permalink
Add v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sagitta1618 committed Nov 22, 2024
1 parent e78b97b commit 7f44e50
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,5,9,0),
prodvers=(3,5,9,0),
filevers=(3,6,0,0),
prodvers=(3,6,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'),
StringStruct(u'FileVersion', u'3.5.9'),
StringStruct(u'FileVersion', u'3.6.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.5.9')])
StringStruct(u'ProductVersion', u'3.6.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.5.12' # ResIPy version (semantic versionning in use)
ResIPy_version = '3.6.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/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setuptools.setup(
name="resipy",
version="3.5.9", # CHANGE HERE
version="3.6.0", # CHANGE HERE
author="HKEx",
description="API for resistivity and IP inversion/modelling around R* codes",
long_description=long_description,
Expand Down

0 comments on commit 7f44e50

Please sign in to comment.