Skip to content

Commit 7f03a30

Browse files
committed
Bump version: 3.5.0.dev0 → 3.5.0
1 parent 222c4cc commit 7f03a30

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.5.0.dev0
2+
current_version = 3.5.0
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.5.0.dev0"
14+
version = "3.5.0"
1515
release = version
1616
project = "dekstop-notifier"
1717
title = "Desktop-Notifier Documentation"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "desktop-notifier"
7-
version = "3.5.0.dev0"
7+
version = "3.5.0"
88
authors = [{name = "Sam Schott", email = "sam.schott@outlook.com"}]
99
license = {text = "MIT"}
1010
description = "Python library for cross-platform desktop notifications"

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.5.0.dev0"
5+
__version__ = "3.5.0"
66
__author__ = "Sam Schott"
77
__url__ = "https://github.com/samschott/desktop-notifier"
88

0 commit comments

Comments
 (0)