Skip to content

Commit b917d39

Browse files
Merge pull request #3 from gregory-halverson-jpl/main
fixing description
2 parents 0a2e8c0 + 20b87e5 commit b917d39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"]
33

44
[project]
55
name = "solar_apparent_time"
6-
version = "1.0.1"
7-
description = "formats logging messages in color"
6+
version = "1.0.2"
7+
description = "methods to translate Python datetime between solar apparent time and Coordinate Universal Time (UTC)"
88
readme = "README.md"
99
authors = [
1010
{ name = "Gregory H. Halverson", email = "[email protected]" },

solar_apparent_time/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

0 commit comments

Comments
 (0)