Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 16, 2023
1 parent b244156 commit 97c73b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pipac/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# file generated by setuptools_scm
# don't change, don't track in version control
__version__ = version = '0.1.dev13'
__version_tuple__ = version_tuple = (0, 1, 'dev13')
__version__ = version = "0.1.dev13"
__version_tuple__ = version_tuple = (0, 1, "dev13")

0 comments on commit 97c73b1

Please sign in to comment.