Skip to content

Commit

Permalink
package versions to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Oct 23, 2018
1 parent 3ebc3d5 commit 4851f9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion features/eolearn/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from .local_binary_pattern import LocalBinaryPatternTask


__version__ = '0.3.2'
__version__ = '0.3.3'
2 changes: 1 addition & 1 deletion geometry/eolearn/geometry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .utilities import VectorToRaster
from .sampling import PointSamplingTask, PointSampler, PointRasterSampler

__version__ = '0.3.2'
__version__ = '0.3.3'
2 changes: 1 addition & 1 deletion io/eolearn/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .geopedia import AddGeopediaFeature
from .local_io import ExportToTiff

__version__ = '0.3.2'
__version__ = '0.3.3'
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_long_description():

setup(name='eo-learn',
python_requires='>=3.5,<3.7',
version='0.3.2',
version='0.3.3',
description='Earth observation processing framework for machine learning in Python',
long_description=get_long_description(),
long_description_content_type='text/markdown',
Expand All @@ -26,9 +26,9 @@ def get_long_description():
install_requires=[
'eo-learn-core>=0.3.2',
'eo-learn-coregistration>=0.3.2',
'eo-learn-features>=0.3.2',
'eo-learn-geometry>=0.3.2',
'eo-learn-io>=0.3.2',
'eo-learn-features>=0.3.3',
'eo-learn-geometry>=0.3.3',
'eo-learn-io>=0.3.3',
'eo-learn-mask>=0.3.2',
'eo-learn-ml-tools>=0.3.2'
],
Expand Down

0 comments on commit 4851f9a

Please sign in to comment.