Skip to content

Commit 32a401c

Browse files
committed
Bump version to 0.4.0
1 parent 59a8d21 commit 32a401c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Tadej Lahovnik, Iztok Fister Jr.'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.3.4'
25+
release = '0.4.0'
2626

2727
# -- General configuration ---------------------------------------------------
2828

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "succulent"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
description = "Collect POST requests easily"
55
license = "MIT"
66
authors = ["Iztok Fister Jr. <iztok@iztok-jr-fister.eu>", "Tadej Lahovnik <lahovnik.tadej@gmail.com>"]

succulent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__all__ = [
44
'Configuration']
55

6-
__version__ = '0.3.4'
6+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)