Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Sep 11, 2023
1 parent 596a776 commit 50528ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
</copy>
<delete file="${build}/MANIFEST.MF"/>
<manifest file="${build}/MANIFEST.MF">
<attribute name="Specification-Version" value="5.1.0"/>
<attribute name="Specification-Version" value="6.0.0-beta1-dev"/>
</manifest>

<jar jarfile="${dist}/lib/metviewer.jar" basedir="${build}" manifest="${build}/MANIFEST.MF">
Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
6.0.0-beta1-dev
2 changes: 1 addition & 1 deletion met_plus_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ six==1.16.0
tomli==2.0.1
wheel==0.38.1

numpy==1.22.0
numpy==1.24.2
netcdf4==1.6.2
pytest==7.2.0
python-dateutil==2.8.2
Expand Down
2 changes: 1 addition & 1 deletion nco_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ six==1.16.0
tomli==2.0.1
wheel==0.38.1

numpy==1.22.0
numpy==1.24.2
netcdf4==1.6.2
pytest==7.2.0
python-dateutil==2.8.2
Expand Down

0 comments on commit 50528ad

Please sign in to comment.