We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23b1b9 commit 3756035Copy full SHA for 3756035
pyproject.toml
@@ -28,6 +28,7 @@ dependencies = [
28
"geopandas >= 0.13.2",
29
"pillow >= 10.0.0",
30
"PyYAML >= 6.0.1",
31
+ "PyOngc >= 1.0.1",
32
]
33
34
[project.urls]
src/starplot/__init__.py
@@ -1,6 +1,6 @@
1
"""Star charts and maps"""
2
3
-__version__ = "0.3.0"
+__version__ = "0.3.1"
4
5
from .base import StarPlot # noqa: F401
6
from .zenith import ZenithPlot # noqa: F401
0 commit comments