File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.4
2
+ current_version = 0.2.5
3
3
commit = True
4
4
message = chore: bump covidcast-indicators to {new_version}
5
5
tag = False
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.3
2
+ current_version = 0.2.4
3
3
commit = True
4
4
message = chore: bump delphi_utils to {new_version}
5
5
tag = False
Original file line number Diff line number Diff line change 15
15
from .nancodes import Nans
16
16
from .weekday import Weekday
17
17
18
- __version__ = "0.2.3 "
18
+ __version__ = "0.2.4 "
Original file line number Diff line number Diff line change 26
26
27
27
setup (
28
28
name = "delphi_utils" ,
29
- version = "0.2.3 " ,
29
+ version = "0.2.4 " ,
30
30
description = "Shared Utility Functions for Indicators" ,
31
31
long_description = long_description ,
32
32
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments