Skip to content

Commit

Permalink
Removed -dev tag for 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmoosh committed May 15, 2022
1 parent 02d83cd commit 0c4345d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PlanetProfile/Utilities/PPversion.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from importlib.metadata import version
# Current PlanetProfile version tag
ppVerNum = '2.0.0-dev'
ppVerNum = '2.0.0'
# Compatible version tag numbers
compatNums = {
'seafreeze': '0.9.2',
Expand All @@ -15,7 +15,7 @@
}
# Instructions for installation
installInstruct = {
'seafreeze': 'pip3 install SeaFreeze',
'seafreeze': 'pip install SeaFreeze',
'gsw': 'conda install -c conda-forge gsw',
'obspy': 'conda install -c conda-forge obspy'
}
Expand Down
2 changes: 1 addition & 1 deletion Utilities/PPversion.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function vernum = PPversion
vernum = '2.0.0-dev';
vernum = '2.0.0';
end

0 comments on commit 0c4345d

Please sign in to comment.