Skip to content

Commit 7b2a760

Browse files
committed
Bump version: 3.4.3.dev0 → 3.4.3
1 parent 569e4fa commit 7b2a760

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.4.3.dev0
2+
current_version = 3.4.3
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# -- Project information ---------------------------------------------------------------
1212

1313
author = "Sam Schott"
14-
version = "3.4.3.dev0"
14+
version = "3.4.3"
1515
release = version
1616
project = "dekstop-notifier"
1717
title = "Desktop-Notifier Documentation"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = desktop-notifier
3-
version = 3.4.3.dev0
3+
version = 3.4.3
44
author = Sam Schott
55
author_email = sam.schott@outlook.com
66
license = MIT

src/desktop_notifier/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .main import DesktopNotifier, Button, ReplyField, Notification, Urgency
33

44

5-
__version__ = "3.4.3.dev0"
5+
__version__ = "3.4.3"
66
__author__ = "Sam Schott"
77
__url__ = "https://github.com/samschott/desktop-notifier"
88

0 commit comments

Comments
 (0)