Skip to content

Commit

Permalink
updated version 0.2.3 -> 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasValentin committed Dec 1, 2023
1 parent 49f3621 commit ab9d0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eodal/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
description = "Earth Observation Data Analysis Library" # One-liner
url = "https://github.com/EOA-team/eodal" # your project home-page
license = "GNU General Public License version 3" # See https://choosealicense.com
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def run(self):
name='eodal',
# setup_requires=['setuptools_scm'],
# use_scm_version={'version_scheme': 'python-simplified-semver'},
version='0.2.3',
version='0.2.4',
description='The Earth Observation Data Analysis Library EOdal',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ab9d0a5

Please sign in to comment.