We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3081663 + 4358543 commit 3033520Copy full SHA for 3033520
Project.toml
@@ -1,7 +1,7 @@
1
name = "CopernicusMarine"
2
uuid = "cd43e856-93a3-40c8-bc9e-6146cdce14fa"
3
authors = ["NumericalEarth and contributors"]
4
-version = "0.1.0"
+version = "0.1.1"
5
6
[deps]
7
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
src/CopernicusMarine.jl
@@ -3,6 +3,8 @@ module CopernicusMarine
using CondaPkg
using PythonCall
+export pylist
+
8
"""
9
install_copernicusmarine()
10
0 commit comments