Skip to content

Commit ed3ef4c

Browse files
Bump version: 0.1.0 → 0.2.0
1 parent e6f1dcb commit ed3ef4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ no_implicit_optional = true
8989
django_settings_module = "testproject.settings"
9090

9191
[tool.bumpversion]
92-
current_version = "0.1.0"
92+
current_version = "0.2.0"
9393
commit = true
9494
tag = true
9595

wiretap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"
22

33
import logging
44

0 commit comments

Comments
 (0)