Skip to content

Commit

Permalink
full release
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Feb 27, 2024
1 parent d4893ab commit 79d0df4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion freeze/SoundSpeedManager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from hyo2.ssm2 import __version__ as ssm_version
sys.setrecursionlimit(20000)

is_alpha = False
is_beta = True
is_beta = False
if is_alpha:
alphabeta = ".a%s" % datetime.now().strftime("%Y%m%d%H%M%S")
elif is_beta:
Expand Down
2 changes: 1 addition & 1 deletion hyo2/ssm2/app/gui/soundspeedmanager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

app_info = pkg_info.app_info(
app_name="Sound Speed Manager",
app_beta=True,
app_beta=False,
app_path=app_path,
app_media_path=app_media_path,
app_license_path=os.path.join(app_media_path, "LICENSE"),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def find_version(*file_paths):
install_requires=[
"appdirs",
"gsw",
"hyo2.abc2>=2.2.2",
"hyo2.abc2>=2.3.1",
"matplotlib",
"netCDF4",
"numpy",
Expand Down

0 comments on commit 79d0df4

Please sign in to comment.