Skip to content

Commit

Permalink
Correcting version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Dec 21, 2022
1 parent 80275c3 commit 7d5bf31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

riskmapjnr 1.1
--------------

* Removing unnecessary output files.

riskmapjnr 1.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ package with the following commands:
pip install --global-option=build_ext --global-option="-I/usr/include/gdal" gdal==$(gdal-config --version)
pip install riskmapjnr # For PyPI version, this will install all other dependencies
# pip install https://github.com/ghislainv/riskmapjnr/archive/master.zip # For GitHub dev version
pip install sphinx flake8 jedi jupyter geopandas descartes folium # Optional additional packages
# pip install sphinx flake8 jedi jupyter geopandas descartes folium # Optional additional packages
To deactivate and delete the virtual environment:

Expand Down
2 changes: 1 addition & 1 deletion riskmapjnr/riskmapjnr.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# license :GPLv3
# ==============================================================================

__version__ = "1.0"
__version__ = "1.1"


def main():
Expand Down

0 comments on commit 7d5bf31

Please sign in to comment.