Skip to content

Commit fedcee2

Browse files
Aaron SoellingerAaron Soellinger
authored andcommitted
test should fail in 5th component
1 parent a7ac9dd commit fedcee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mplfinance/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def compare_versions(v_str1, v_str2):
2323

2424
return '<'
2525

26-
version_info = (0, 12, 3, 'candidate', 5)
26+
version_info = (0, 12, 3, 'alpha', 3)
2727

2828
_specifier_ = {'alpha': 'a','beta': 'b','candidate': 'rc','final': ''}
2929

0 commit comments

Comments
 (0)