Skip to content

Commit

Permalink
Bump the version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
makyol committed Jul 16, 2024
1 parent 1807598 commit 60c4b4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# -- Project information -----------------------------------------------------
project = 'Land Use Mix'
author = 'Mehmet Ali Akyol'
release = '0.1.0'
release = '0.1.1'

# -- General configuration ---------------------------------------------------
extensions = [
Expand Down
5 changes: 3 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Display Results
Below is an example of how to visualize the calculated indices using the `matplotlib` package.

.. code-block:: python
import matplotlib.pyplot as plt
import geopandas as gpd
Expand All @@ -100,4 +100,5 @@ Below is an example of how to visualize the calculated indices using the `matplo
results.plot(column='HHI', legend=True, cmap='plasma')
plt.title('Herfindahl-Hirschman Index Visualization')
plt.show()
plt.show()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="landusemix",
version="0.1.0",
version="0.1.1",
author="Mehmet Ali Akyol",
author_email="[email protected]",
description="A package for calculating land use mix indices",
Expand Down

0 comments on commit 60c4b4f

Please sign in to comment.