Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Jun 27, 2021
1 parent 24e5559 commit 99f434e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
============

v0.2.2 (dev)
v0.2.2
--------------

New Modules
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'David Montero Loaiza'

# The full version, including alpha/beta/rc tags
release = '0.2.1'
release = '0.2.2'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion eemont/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The eemont python package."""

__version__ = "0.2.1"
__version__ = "0.2.2"

from . import feature
from . import featurecollection
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(filename):

setup(
name="eemont",
version="0.2.1",
version="0.2.2",
url="https://github.com/davemlz/eemont",
license='MIT',

Expand Down

0 comments on commit 99f434e

Please sign in to comment.