Skip to content
This repository was archived by the owner on Sep 7, 2019. It is now read-only.

Commit c8eb130

Browse files
author
Cosimo Lupo
committed
Bump version: 0.5.4 → 0.5.5.dev0
1 parent e9dca4a commit c8eb130

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Lib/defconQt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
defconQt is a set of Qt widgets for use in defcon applications.
44
"""
55

6-
__version__ = "0.5.4"
6+
__version__ = "0.5.5.dev0"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.4
2+
current_version = 0.5.5.dev0
33
commit = True
44
tag = False
55
tag_name = v{new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="defconQt",
11-
version="0.5.4",
11+
version="0.5.5.dev0",
1212
description="A set of Qt objects for use in defcon applications.",
1313
# long_description=long_description,
1414
author="Adrien Tétar",

0 commit comments

Comments
 (0)