Skip to content

Commit cabeb2e

Browse files
Update version number in setup.py to 0.1.6
1 parent ed1c378 commit cabeb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup, find_packages
88
from pathlib import Path
99

10-
VERSION = "0.1.5"
10+
VERSION = "0.1.6"
1111

1212
def parse_requirements(requirements_path: Path) -> list[str]:
1313
"""Helper function to parse requirements file, filtering out empty lines and comments."""

0 commit comments

Comments
 (0)