Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 899356b

Browse files
committed
Bump version
1 parent 58efbd7 commit 899356b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chaosk6/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"""Top-level package for chaostoolkit-k6."""
1313

1414
__all__ = ["discover"]
15-
__version__ = "0.3.3"
15+
__version__ = "0.3.4"
1616

1717

1818
def discover(discover_system: bool = True) -> Discovery:

setup.py

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

4747
setup_params = dict(
4848
name=name,
49-
version="0.3.3",
49+
version="0.3.4",
5050
description=desc,
5151
long_description=long_desc,
5252
classifiers=classifiers,

0 commit comments

Comments
 (0)