Skip to content

Commit 7944546

Browse files
committed
Bump version: 5.0.1.dev0 → 5.0.1
1 parent 2c81221 commit 7944546

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 = 5.0.1.dev0
2+
current_version = 5.0.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+))?

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 = "5.0.1.dev0"
14+
version = "5.0.1"
1515
release = version
1616
project = "desktop-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 = "5.0.1.dev0"
7+
version = "5.0.1"
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
@@ -17,7 +17,7 @@
1717
)
1818
from .sync import DesktopNotifierSync
1919

20-
__version__ = "5.0.1.dev0"
20+
__version__ = "5.0.1"
2121
__author__ = "Sam Schott"
2222
__url__ = "https://github.com/samschott/desktop-notifier"
2323

0 commit comments

Comments
 (0)