Skip to content

Commit

Permalink
Fixed issues with python value storage. Added docstings for python
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal committed Dec 16, 2024
1 parent 23f17d9 commit 4fbc6c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "superintervals"
description = "Interval overlap library"
version = "0.2.4"
version = "0.2.5"
authors = ["Kez Cleal. <clealk@cardiff.ac.uk>"]
edition = "2021"
repository = "/~https://github.com/kcleal/superintervals"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "superintervals"
version = "0.2.4"
version = "0.2.5"
description = "Rapid interval intersections"
dependencies = ['Cython']
authors = [{name = "Kez Cleal", email = "clealk@cardiff.ac.uk"}]

0 comments on commit 4fbc6c9

Please sign in to comment.