We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdaee1 commit 9ea85f8Copy full SHA for 9ea85f8
pyproject.toml
@@ -19,7 +19,7 @@ use_parentheses = true
19
20
[tool.poetry]
21
name = "pyworldtidesinfo"
22
-version = "0.0.1"
+version = "1.0.0"
23
description = "A simple API for world tides info server"
24
readme = "README.md"
25
authors = ["jugla"]
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name="pyWorldtidesinfo",
9
- version="0.0.1",
+ version="1.0.0",
10
license="MIT",
11
author="jugla",
12
author_email="[email protected]",
0 commit comments