Skip to content

Commit

Permalink
update for v0.24.12.02.1.-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
CDJellen committed Dec 2, 2024
1 parent bd76b90 commit 372add4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ndbc-api"
version = "0.24.11.19.1"
version = "0.24.12.02.1"
description = "A Python API for the National Data Buoy Center."
authors = ["cdjellen <cdjellen@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
name='ndbc-api',
packages=setuptools.find_packages(exclude=['*tests*']),
version='0.24.11.19.1',
version='0.24.12.02.1',
license='MIT',
description='A Python API for the National Data Buoy Center.',
author='Chris Jellen',
Expand Down

0 comments on commit 372add4

Please sign in to comment.