Skip to content

Commit

Permalink
bump to v3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sagitta1618 committed Jun 15, 2023
1 parent 0d0556e commit 921f60c
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,4,0),
prodvers=(3,4,4,0),
filevers=(3,4,5,0),
prodvers=(3,4,5,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.4'),
StringStruct(u'FileVersion', u'3.4.5'),
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.4')])
StringStruct(u'ProductVersion', u'3.4.5')])
]),
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.4' # ResIPy version (semantic versionning in use)
ResIPy_version = '3.4.5' # 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.4.4", # CHANGE HERE
version="3.4.5", # CHANGE HERE
author="HKEx",
description="API for resistivity and IP inversion/modelling around R2 codes",
long_description=long_description,
Expand Down

0 comments on commit 921f60c

Please sign in to comment.