Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler authored Feb 15, 2024
1 parent 9a0d295 commit 6b456f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "protosaurus"
version = "0.3.1"
version = "0.3.2"
description = "Protocol Buffers at runtime"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -15,8 +15,8 @@ classifiers = [
"License :: OSI Approved :: ISC License (ISCL)",
]
dependencies = [
"click >= 8.1",
"requests >= 2.31",
"click >= 8.1",
"requests >= 2.31",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 6b456f9

Please sign in to comment.