We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb22264 commit 27a8326Copy full SHA for 27a8326
docs/version_history.md
@@ -1,6 +1,6 @@
1
# Version History
2
3
-## [X.X.X] - 202X-XX-XX
+## [1.3.0] - 2024-10-18
4
### Added
5
6
#### Features
pdr/__init__.py
@@ -8,7 +8,7 @@
8
if TYPE_CHECKING:
9
from pathlib import Path
10
11
-__version__ = "1.2.3"
+__version__ = "1.3.0"
12
13
pkg_dir = _osp.abspath(_osp.dirname(__file__))
14
pyproject.toml
@@ -4,7 +4,7 @@
[project]
name = "pdr"
7
-version = "1.2.3"
+version = "1.3.0"
description = "Planetary Data Reader"
readme = "README.md"
license = { file = "LICENSE.md" }
0 commit comments