Skip to content

Commit

Permalink
Merge pull request #155 from Total-RD/ahalev_docs_v3
Browse files Browse the repository at this point in the history
Version bump and docs references
  • Loading branch information
ahalev committed Nov 26, 2022
2 parents 0c2d0e8 + d67aed4 commit 3fa1f3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

pymgrid (PYthon MicroGRID) is a python library to generate and simulate a large number of microgrids.

For more context, please see the [presentation](https://www.climatechange.ai/papers/neurips2020/3) done at Climate Change AI.
For more context, please see the [presentation](https://www.climatechange.ai/papers/neurips2020/3) done at Climate Change AI
and the [documentation](https://pymgrid.readthedocs.io).

## Installation

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
MAINTAINER = "Avishai Halev"
MAINTAINER_EMAIL = "avishaihalev@gmail.com"
LICENSE = "GNU LGPL 3.0"
PROJECT_URLS = {"Source Code": "https://github.com/Total-RD/pymgrid"}
PROJECT_URLS = {"Source Code": "https://github.com/Total-RD/pymgrid",
"Documentation": "https://pymgrid.readthedocs.io/en/latest/"}

EXTRAS = dict()
EXTRAS["genset_mpc"] = ["Mosek", "cvxopt"]
Expand Down
2 changes: 1 addition & 1 deletion src/pymgrid/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.3'
__version__ = '1.1.0'

0 comments on commit 3fa1f3e

Please sign in to comment.