Skip to content

Commit 3756035

Browse files
authored
Fix dependencies (#26)
* add open ngc * bump version
1 parent d23b1b9 commit 3756035

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
"geopandas >= 0.13.2",
2929
"pillow >= 10.0.0",
3030
"PyYAML >= 6.0.1",
31+
"PyOngc >= 1.0.1",
3132
]
3233

3334
[project.urls]

src/starplot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Star charts and maps"""
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.3.1"
44

55
from .base import StarPlot # noqa: F401
66
from .zenith import ZenithPlot # noqa: F401

0 commit comments

Comments
 (0)