ruststartracker 0.2.8__tar.gz → 0.2.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ruststartracker
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: Lightweight Python Star Tracker With Rust Backend
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ruststartracker"
3
- version = "0.2.8"
3
+ version = "0.2.9"
4
4
  description = "Lightweight Python Star Tracker With Rust Backend"
5
5
  authors = ["Nicolas Tobler <nitobler@gmail.com>"]
6
6
  readme = "README.md"
@@ -44,7 +44,7 @@ requires = ["poetry-core", "astroquery>=0.4.10"]
44
44
  build-backend = "poetry.core.masonry.api"
45
45
 
46
46
  [tool.bumpversion]
47
- current_version = "0.2.8"
47
+ current_version = "0.2.9"
48
48
  commit = true
49
49
  tag = true
50
50
  tag_name = "v{new_version}"
File without changes