We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb16f57 commit 734f9b7Copy full SHA for 734f9b7
1 file changed
setup.py
@@ -1,6 +1,5 @@
1
from setuptools import setup, find_packages
2
-
3
-version='0.1.2' # or 0.2.0 if major changes
+version='0.1.3' # or 0.2.0 if major changes
4
setup(
5
name="pattern_searching", # package name, must be unique on PyPI
6
version=version,
@@ -17,4 +16,4 @@
17
16
"Operating System :: OS Independent",
18
],
19
python_requires='>=3.7',
20
-)
+)
0 commit comments