Skip to content

Commit 597e205

Browse files
author
Sam Schott
committed
Bump version: 3.3.1.dev0 → 3.3.1
1 parent e6ebb43 commit 597e205

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# -- Project information ---------------------------------------------------------------
1212

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

setup.cfg

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
packages=find_packages("src"),
6161
package_dir={"": "src"},
6262
url="https://github.com/samschott/desktop-notifier",
63-
version="3.3.1.dev0",
63+
version="3.3.1",
6464
zip_safe=False,
6565
)

src/desktop_notifier/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from .main import DesktopNotifier, Button, ReplyField, Notification, Urgency
33

44

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

0 commit comments

Comments
 (0)