File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 24
24
author = "Akshay Gupta"
25
25
26
26
# The short X.Y version
27
- version = "2023.6.1 "
27
+ version = "2024.8.0 "
28
28
# The full version, including alpha/beta/rc tags
29
29
release = ""
30
30
Original file line number Diff line number Diff line change 1
1
"""Package initialization."""
2
2
3
- __version__ = "2024.4 .0"
3
+ __version__ = "2024.8 .0"
4
4
5
5
__title__ = "edgetest"
6
6
__description__ = "Bleeding edge dependency testing"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ tests = [
49
49
qa = [
50
50
" mypy" ,
51
51
" pre-commit" ,
52
- " ruff= =0.5" ,
52
+ " ruff~ =0.5" ,
53
53
" types-click" ,
54
54
" types-setuptools" ,
55
55
" types-tabulate" ,
@@ -129,9 +129,8 @@ lower = [
129
129
# BUMPVER --------------------------------------------------------------------
130
130
131
131
[bumpver ]
132
- current_version = " 2023.6.1 "
132
+ current_version = " 2024.8.0 "
133
133
version_pattern = " YYYY.MM.INC0"
134
- commit = true
135
134
136
135
[bumpver .file_patterns ]
137
136
"docs/source/conf.py" = [
You can’t perform that action at this time.
0 commit comments