File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
pyrasterframes/src/main/python/pyrasterframes
rf-notebook/src/main/docker Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 f. ` docs/ghpagesPushSite `
1414 g. ` rf-notebook/publish `
15156 . ` cd pyrasterframes/target/python/dist `
16- 7 . ` python3 -m twine upload pyrasterframes-x.y.z-py2. py3-none-any.whl `
16+ 7 . ` python3 -m twine upload pyrasterframes-x.y.z-py3-none-any.whl `
17178 . Commit any changes that were necessary.
18189 . ` git-flow finish release ` . Make sure to push tags, develop and master
1919 branches.
Original file line number Diff line number Diff line change 2020#
2121
2222# Translating Java version from version.sbt to PEP440 norms
23- __version__ : str = '0.9.0.dev0 '
23+ __version__ : str = '0.9.0.rc2 '
Original file line number Diff line number Diff line change 1- pyspark=2.4.4
2- gdal=2.4.3
1+ pyspark== 2.4.4
2+ gdal== 2.4.4
33numpy>=1.17.3,<2.0
44pandas>=0.25.3,<1.0
55shapely>=1.6.4,<1.7
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 0.9.0-SNAPSHOT "
1+ version in ThisBuild := " 0.9.0-RC2 "
You can’t perform that action at this time.
0 commit comments