Skip to content

Commit 00b4655

Browse files
committed
VERSION: 0.3.5
1 parent aa3e740 commit 00b4655

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
============
33

4-
v0.3.5 (dev)
4+
v0.3.5
55
--------------
66

77
Improvements

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "David Montero Loaiza"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.3.4"
26+
release = "0.3.5"
2727

2828
# -- General configuration ---------------------------------------------------
2929

eemont/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The eemont python package."""
22

3-
__version__ = "0.3.4"
3+
__version__ = "0.3.5"
44

55
from . import (app, dataframe, eeDictionary, eeList, extra, feature,
66
featurecollection, geometry, image, imagecollection, number)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(filename):
1414

1515
setup(
1616
name="eemont",
17-
version="0.3.4",
17+
version="0.3.5",
1818
url="https://github.com/davemlz/eemont",
1919
license="MIT",
2020
author="David Montero Loaiza",

0 commit comments

Comments
 (0)