Skip to content

Commit

Permalink
Bump version: 4.0.0.dev0 → 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samschott committed May 6, 2024
1 parent 6ab2394 commit 198b39b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.0.dev0
current_version = 4.0.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# -- Project information ---------------------------------------------------------------

author = "Sam Schott"
version = "4.0.0.dev0"
version = "4.0.0"
release = version
project = "dekstop-notifier"
title = "Desktop-Notifier Documentation"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "desktop-notifier"
version = "4.0.0.dev0"
version = "4.0.0"
authors = [{name = "Sam Schott", email = "[email protected]"}]
license = {text = "MIT"}
description = "Python library for cross-platform desktop notifications"
Expand Down
2 changes: 1 addition & 1 deletion src/desktop_notifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .main import DesktopNotifier, Button, ReplyField, Notification, Urgency


__version__ = "4.0.0.dev0"
__version__ = "4.0.0"
__author__ = "Sam Schott"
__url__ = "https://github.com/samschott/desktop-notifier"

Expand Down

0 comments on commit 198b39b

Please sign in to comment.