Skip to content

Commit 8744d39

Browse files
committed
feat: version bump
1 parent 01535f4 commit 8744d39

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pwb_backtrader/version.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
#
2020
###############################################################################
21-
from __future__ import (absolute_import, division, print_function,
22-
unicode_literals)
21+
from __future__ import absolute_import, division, print_function, unicode_literals
2322

2423

25-
__version__ = '1.9.78.123'
24+
__version__ = "1.9.78.124"
2625

27-
__btversion__ = tuple(int(x) for x in __version__.split('.'))
26+
__btversion__ = tuple(int(x) for x in __version__.split("."))

0 commit comments

Comments
 (0)