Skip to content

Commit 79e2234

Browse files
committed
tag version
1 parent 27f38db commit 79e2234

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@
149149
- quickened installation process by retrieving artifacts from tagged builds
150150
- Modified Makefile to reflect the changes
151151

152-
# Version 0.991
152+
# Version 0.992
153153

154154
- Upping the tag number

mmpm/mmpm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
from mmpm import utils, colors, core, opts
55

6-
__version__ = 0.991
6+
__version__ = 0.992
77

88

99
def main(argv):

0 commit comments

Comments
 (0)