Skip to content

Commit

Permalink
Hotfix/conditional deps (#154) (#155)
Browse files Browse the repository at this point in the history
* hotfix: conditional requirement for python<3.9

* conditional depedency added

* bump version
  • Loading branch information
Bee-Mar authored Dec 26, 2023
1 parent 34fd34d commit 0e7f374
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 546 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,7 @@
- added guard on determining host IP address in `mmpm.constants.paths`
- added import guard for Python3.8 when using `importlib.resources` in `mmpm.ui`
- added check for MMPM being a docker image when self upgrading

## Version 4.0.3

- hotfix of conditional dependency
2 changes: 1 addition & 1 deletion mmpm/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
major = 4
minor = 0
patch = 2
patch = 3

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

0 comments on commit 0e7f374

Please sign in to comment.