Skip to content

Commit aafeb66

Browse files
committed
Bump version: 8.3.8 → 8.4.0
1 parent 3ab41c9 commit aafeb66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
3-
current_version = 8.3.8
3+
current_version = 8.4.0
44
files = pylama/__init__.py
55
tag = True
66
tag_name = {new_version}

pylama/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import logging
77

8-
__version__ = "8.3.8"
8+
__version__ = "8.4.0"
99

1010
LOGGER = logging.getLogger("pylama")
1111

0 commit comments

Comments
 (0)