Skip to content

Commit c0c1f64

Browse files
Update _version.py
ready new patch for PyPI release: - bug fix: axes labels were getting clipped; provide more room for labels around axes. - minor enhancement: when kwarg validation fails, include the validation code with the exception text.
1 parent 768e398 commit c0c1f64

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
@@ -1,4 +1,4 @@
1-
version_info = (0, 11, 1, 'alpha', 0)
1+
version_info = (0, 11, 1, 'alpha', 1)
22

33
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
44

0 commit comments

Comments
 (0)