Skip to content

Commit 97deb71

Browse files
chore: bump pyproject.toml version => "0.31.0"
chore: bump pyproject.toml version => "0.31.0"
1 parent 5b9628d commit 97deb71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "celerity"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
description = "Celerity is a lightweight, zero-dependency and type-safe Python library for astronomical calculations."
55
authors = [{ name = "Michael J. Roberts", email = "[email protected]" }]
66
requires-python = "~=3.13"

src/celerity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Python library for astronomical calculations.
1212
"""
1313

14-
__version__ = "0.30.0"
14+
__version__ = "0.31.0"
1515

1616
# **************************************************************************************
1717

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)