Skip to content

Commit edf2a55

Browse files
committed
Bump version: 0.5.1 → 0.6.0
1 parent 47eed58 commit edf2a55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.6.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def read(*names, **kwargs):
3535

3636
setup(
3737
name="fastbt",
38-
version="0.5.1",
38+
version="0.6.0",
3939
license="MIT license",
4040
description="A simple framework for fast and dirty backtesting",
4141
long_description="%s\n%s"

src/fastbt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.6.0"
22
__name__ = "fastbt"

0 commit comments

Comments
 (0)