Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
fre171csiro committed May 23, 2024
1 parent 66a2be6 commit bbdd3dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 45 deletions.
51 changes: 9 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pybomwater/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Doing it this way provides for access in setup.py and via __version__
"""
__version__ = "0.1.1"
__version__ = "0.1.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "pybomwater"
version = "0.1.0"
version = "0.1.2"
description = "A python tool for requesting data from BoM Sensor Observation Service (SOS2, as WaterML 2.0 format)"
authors = ["Andrew Freebairn <andrew.freebairn@csiro.au>"]
license = "CSIRO Open Source Software Licence Agreement (variation of the BSD / MIT License)"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.10,=3.12.2"
requests = "^2.31.0"
iso8601 = "^2.1.0"
pytz = "^2023.3.post1"
Expand Down

0 comments on commit bbdd3dd

Please sign in to comment.