File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 5.0.1.dev0
2
+ current_version = 5.0.1
3
3
commit = True
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change 11
11
# -- Project information ---------------------------------------------------------------
12
12
13
13
author = "Sam Schott"
14
- version = "5.0.1.dev0 "
14
+ version = "5.0.1"
15
15
release = version
16
16
project = "desktop-notifier"
17
17
title = "Desktop-Notifier Documentation"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " desktop-notifier"
7
- version = " 5.0.1.dev0 "
7
+ version = " 5.0.1"
8
8
authors = [{name = " Sam Schott" , email = " sam.schott@outlook.com" }]
9
9
license = {text = " MIT" }
10
10
description = " Python library for cross-platform desktop notifications"
Original file line number Diff line number Diff line change 17
17
)
18
18
from .sync import DesktopNotifierSync
19
19
20
- __version__ = "5.0.1.dev0 "
20
+ __version__ = "5.0.1"
21
21
__author__ = "Sam Schott"
22
22
__url__ = "https://github.com/samschott/desktop-notifier"
23
23
You can’t perform that action at this time.
0 commit comments