Skip to content

Commit 5f339ce

Browse files
🔖 Release version 0.1.14
1 parent 2f78311 commit 5f339ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The library is documented in detail, [click here](https://ishandutta0098.github.
3838

3939
```bash
4040
conda create -n mukh-dev python=3.10 -y
41-
pip install mukh==0.1.13
41+
pip install mukh==0.1.14
4242
```
4343

4444
## Usage

mukh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mukh - A python package to perform a variety of tasks on face images
33
"""
44

5-
__version__ = "0.1.13"
5+
__version__ = "0.1.14"
66

77
__all__ = [
88
"detection",

scripts/test_mukh_pip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ conda create -n mukh-pip python=3.10 -y
1212
# Activate conda environment
1313
eval "$(conda shell.bash hook)"
1414
conda activate mukh-pip
15-
pip install mukh==0.1.13
15+
pip install mukh==0.1.14
1616

1717
echo "\nCleaning output directory..."
1818
rm -rf output

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mukh
3-
version = 0.1.13
3+
version = 0.1.14
44
author = Ishan Dutta
55
author_email = duttaishan098@gmail.com
66
description = A comprehensive face analysis library that provides unified APIs for various face-related tasks

0 commit comments

Comments
 (0)