Skip to content

Commit 734f9b7

Browse files
authored
Update setup.py
1 parent cb16f57 commit 734f9b7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from setuptools import setup, find_packages
2-
3-
version='0.1.2' # or 0.2.0 if major changes
2+
version='0.1.3' # or 0.2.0 if major changes
43
setup(
54
name="pattern_searching", # package name, must be unique on PyPI
65
version=version,
@@ -17,4 +16,4 @@
1716
"Operating System :: OS Independent",
1817
],
1918
python_requires='>=3.7',
20-
)
19+
)

0 commit comments

Comments
 (0)