Skip to content

Commit 4e67de5

Browse files
Merge pull request #224 from michealroberts/chore/version
chore: bump pyproject.toml version => "0.41.0"
2 parents 8706cfd + 7974d9a commit 4e67de5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "celerity"
3-
version = "0.40.0"
3+
version = "0.41.0"
44
description = "Celerity is a lightweight, zero-dependency and type-safe Python library for astronomical calculations."
55
authors = [{ name = "Michael J. Roberts", email = "michael@observerly.com" }]
6-
requires-python = "~=3.11"
6+
requires-python = "~=3.11, <4"
77
readme = "README.md"
88
maintainers = [
99
{ name = "Michael J. Roberts", email = "michael@observerly.com" },

src/celerity/__init__.py

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

1414
# **************************************************************************************
1515

16-
__version__ = "0.40.0"
16+
__version__ = "0.41.0"
1717

1818
# **************************************************************************************
1919

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)