Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Aug 4, 2024
1 parent 261db9e commit 2dbb9a8
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
@@ -1,6 +1,6 @@
[project]
name = "haven-spc"
version = "2024.8.1"
version = "2024.8.2"
authors = [
{ name="Mark Wolfman", email="[email protected]" },
]
Expand Down Expand Up @@ -45,7 +45,7 @@ firefly_cameras = "firefly.launcher:cameras"
firefly = ["firefly.qss"]

[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools>=61.0", "setuptools-scm>=8.0"]
build-backend = "setuptools.build_meta"

[tool.isort]
Expand Down

0 comments on commit 2dbb9a8

Please sign in to comment.