diff --git a/pyproject.toml b/pyproject.toml index d90a2ea0..170d921f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ maintainers = [ name = "satkit" readme = "README.md" requires-python = ">=3.10.13" -version = "0.10" +version = "0.10.1" dependencies = [ # To be added diff --git a/satkit/constants.py b/satkit/constants.py index 994cd7bd..c25b5360 100644 --- a/satkit/constants.py +++ b/satkit/constants.py @@ -43,7 +43,7 @@ from enum import Enum # TODO 1.0: Decouple program and file format versions at version 1.0. -SATKIT_VERSION = '0.10.0' +SATKIT_VERSION = '0.10.1' SATKIT_FILE_VERSION = SATKIT_VERSION DEFAULT_ENCODING = 'utf-8'