Skip to content

Commit

Permalink
Re-release version (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
tech3371 authored Oct 7, 2024
1 parent 682f680 commit 6414738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imap_data_access/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"VALID_FILE_EXTENSION",
"FILENAME_CONVENTION",
]
__version__ = "0.10.1rc1"
__version__ = "0.10.1"


config = {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "imap-data-access"
version = "0.10.1rc1"
version = "0.10.1"
description = "IMAP SDC Data Access"
authors = [{name = "IMAP SDC Developers", email = "imap-sdc@lists.lasp.colorado.edu"}]
readme = "README.md"
Expand Down

0 comments on commit 6414738

Please sign in to comment.