Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Sep 9, 2023
1 parent 9a1bc6c commit bf705c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=42.0.0", "wheel", "setuptools_scm"]
build-backend = "setuptools.build_meta"
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
4 changes: 2 additions & 2 deletions src/oneat/_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 = '6.6.9'
__version_tuple__ = version_tuple = (6, 6, 9)
__version__ = version = '6.7.2'
__version_tuple__ = version_tuple = (6, 7, 2)

0 comments on commit bf705c8

Please sign in to comment.