Skip to content

Commit c991aa1

Browse files
committed
Bump version: 1.0.0a1 → 1.0.1a
1 parent b0ed174 commit c991aa1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0a1
2+
current_version = 1.0.1a
33
commit = True
44
tag = True
55

@@ -25,9 +25,9 @@ description-file = README.md
2525
license_files = LICENSE
2626

2727
[isort]
28-
include_trailing_comma=True
29-
use_parentheses=True
30-
multi_line_output=1
28+
include_trailing_comma = True
29+
use_parentheses = True
30+
multi_line_output = 1
3131
default_section = THIRDPARTY
3232
known_first_party = tuttle
3333
known_flet = flet

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
packages=find_packages(include=["tuttle", "tuttle.*", "tuttle_tests"]),
3838
test_suite="tests",
3939
url="https://github.com/tuttle-dev/tuttle",
40-
version="1.0.0",
40+
version="1.0.1",
4141
zip_safe=False,
4242
)

tuttle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Christian Staudt",
55
"Vladimir Peter",
66
]
7-
__version__ = "1.0.0"
7+
__version__ = "1.0.1"
88

99
from . import (
1010
banking,

0 commit comments

Comments
 (0)