mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
add bump2version config
This commit is contained in:
parent
7dc28695b2
commit
3c22ff28a7
8
.bumpversion.cfg
Normal file
8
.bumpversion.cfg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[bumpversion]
|
||||||
|
current_version = 1.0.8
|
||||||
|
commit = True
|
||||||
|
tag = True
|
||||||
|
|
||||||
|
[bumpversion:file:batdetect2/__init__.py]
|
||||||
|
|
||||||
|
[bumpversion:file:pyproject.toml]
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -103,9 +103,6 @@ experiments/*
|
|||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
*.ipynb
|
*.ipynb
|
||||||
|
|
||||||
# Bump2version
|
|
||||||
.bumpversion.cfg
|
|
||||||
|
|
||||||
# DO Include
|
# DO Include
|
||||||
!batdetect2_notebook.ipynb
|
!batdetect2_notebook.ipynb
|
||||||
!batdetect2/models/*.pth.tar
|
!batdetect2/models/*.pth.tar
|
||||||
|
Loading…
Reference in New Issue
Block a user