Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Bump version to 1.0.1

Signed-off-by: Alex Pereira <[email protected]>
  • Loading branch information
Mario13546 authored Mar 11, 2023
1 parent df1486f commit bc1eb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "frc-apriltags" # Required
#
# For a discussion on single-sourcing the version, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version = "1.0.0" # Required
version = "1.0.1" # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down Expand Up @@ -157,4 +157,4 @@ dependencies = [
requires = ["setuptools>=60.0.0", "setuptools_scm[toml]>=6.2", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
[tool.setuptools_scm]

0 comments on commit bc1eb62

Please sign in to comment.