Skip to content

Commit 9ea85f8

Browse files
committed
go to V1.0.0
1 parent 3fdaee1 commit 9ea85f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use_parentheses = true
1919

2020
[tool.poetry]
2121
name = "pyworldtidesinfo"
22-
version = "0.0.1"
22+
version = "1.0.0"
2323
description = "A simple API for world tides info server"
2424
readme = "README.md"
2525
authors = ["jugla"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="pyWorldtidesinfo",
9-
version="0.0.1",
9+
version="1.0.0",
1010
license="MIT",
1111
author="jugla",
1212
author_email="[email protected]",

0 commit comments

Comments
 (0)