Skip to content

Commit

Permalink
Set version to v1.1.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Oct 9, 2024
1 parent 0430222 commit 9071459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyodk/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.1.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "pyodk"
version = "1.0.0"
version = "1.1.0"
authors = [
{name = "github.com/getodk", email = "[email protected]"},
]
description = "The official Python library for ODK 🐍"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"requests==2.31.0", # HTTP with Central
"requests==2.32.0", # HTTP with Central
"toml==0.10.2", # Configuration files
"pydantic==2.6.4", # Data validation
]
Expand Down

0 comments on commit 9071459

Please sign in to comment.