File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.0.1.dev0
2+ current_version = 5.0.1
33commit = True
44tag = False
55parse = (?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 1111# -- Project information ---------------------------------------------------------------
1212
1313author = "Sam Schott"
14- version = "5.0.1.dev0 "
14+ version = "5.0.1"
1515release = version
1616project = "desktop-notifier"
1717title = "Desktop-Notifier Documentation"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " desktop-notifier"
7- version = " 5.0.1.dev0 "
7+ version = " 5.0.1"
88authors = [{
name =
" Sam Schott" ,
email =
" [email protected] " }]
99license = {text = " MIT" }
1010description = " Python library for cross-platform desktop notifications"
Original file line number Diff line number Diff line change 1717)
1818from .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
You can’t perform that action at this time.
0 commit comments