Skip to content

Commit 86ce572

Browse files
committed
bump patch version
1 parent 75434dc commit 86ce572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmpm/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
major = 4
33
minor = 0
4-
patch = 0
4+
patch = 1
55

66
version = f"{major}.{minor}.{patch}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mmpm"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
description = "MMPM, the MagicMirror Package Manager CLI simplifies the installation, removal, and general maintenance of MagicMirror packages"
55
authors = [
66
{ name = "Brandon Marlowe", email = "bpmarlowe-software@protonmail.com" },

0 commit comments

Comments
 (0)