Skip to content

Commit 27a8326

Browse files
committed
bump version to 1.3.0
1 parent bb22264 commit 27a8326

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/version_history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version History
22

3-
## [X.X.X] - 202X-XX-XX
3+
## [1.3.0] - 2024-10-18
44
### Added
55

66
#### Features

pdr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
if TYPE_CHECKING:
99
from pathlib import Path
1010

11-
__version__ = "1.2.3"
11+
__version__ = "1.3.0"
1212

1313
pkg_dir = _osp.abspath(_osp.dirname(__file__))
1414

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "pdr"
7-
version = "1.2.3"
7+
version = "1.3.0"
88
description = "Planetary Data Reader"
99
readme = "README.md"
1010
license = { file = "LICENSE.md" }

0 commit comments

Comments
 (0)