Skip to content

Commit

Permalink
bumped versions to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed May 14, 2020
1 parent 287ccef commit 93eb067
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/eolearn/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
from .utilities import deep_eq, negate_mask, constant_pad, get_common_timestamps, bgr_to_rgb, FeatureParser


__version__ = '0.7.3'
__version__ = '0.7.4'
2 changes: 1 addition & 1 deletion io/eolearn/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .local_io import ExportToTiff, ImportFromTiff
from .processing_api import SentinelHubInputTask, SentinelHubDemTask

__version__ = '0.7.3'
__version__ = '0.7.4'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def parse_requirements(file):
setup(
name='eo-learn',
python_requires='>=3.6',
version='0.7.3',
version='0.7.4',
description='Earth observation processing framework for machine learning in Python',
long_description=get_long_description(),
long_description_content_type='text/markdown',
Expand All @@ -33,11 +33,11 @@ def parse_requirements(file):
packages=[],
include_package_data=True,
install_requires=[
'eo-learn-core>=0.7.3',
'eo-learn-core>=0.7.4',
'eo-learn-coregistration>=0.7.3',
'eo-learn-features>=0.7.3',
'eo-learn-geometry>=0.7.3',
'eo-learn-io>=0.7.3',
'eo-learn-io>=0.7.4',
'eo-learn-mask>=0.7.3',
'eo-learn-ml-tools>=0.7.3',
'eo-learn-visualization>=0.7.3'
Expand Down

0 comments on commit 93eb067

Please sign in to comment.