Skip to content

Commit

Permalink
Update setup.py for v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Nov 16, 2020
1 parent 9f448f3 commit a5502ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Changelog
=========

pywdpa 0.1.2 to 0.1.2-1
pywdpa 0.1.2 to 0.1.3
-----------------------

* Minor changes.
* New logo.
* New website using Sphinx.
* At: `<https://ecology.ghislainv.fr/pywdpa>`_.
* Use of rst in Python docstring.
* Use of rst in Python docstrings.

pywdpa 0.1.1
------------
Expand Down
2 changes: 1 addition & 1 deletion pywdpa/pywdpa.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
pywdpa.pywdpa: provides entry point main().
"""

__version__ = "0.1.2-1"
__version__ = "0.1.3"

import sys
from .get_wdpa import get_wdpa
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
# Project URLs
project_urls = {
'Documentation': 'https://ecology.ghislainv.fr/pywdpa',
'Funding': 'https://donate.pypi.org',
'Say Thanks!': 'https://saythanks.io/to/[email protected]',
'Source': 'https://github.com/ghislainv/pywdpa/',
'Traker': 'https://github.com/ghislainv/pywdpa/issues',
}
Expand Down

0 comments on commit a5502ba

Please sign in to comment.