Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
giuthas committed Oct 18, 2024
1 parent b751593 commit 0be76ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion satkit/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0be76ed

Please sign in to comment.