Skip to content

Commit c223d77

Browse files
committed
fix(build): mark as python>=3.6 in setup.py///
bump ver 2.1.0 --> 2.1.1.dev0
1 parent 0f8a971 commit c223d77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

graphtik/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""Lightweight computation graphs for Python."""
44

55
__author__ = "hnguyen"
6-
__version__ = "2.1.0"
6+
__version__ = "2.1.1.dev0"
77
__release_date__ = "20 Oct 2019, 01:30"
88
__license__ = "Apache-2.0"
99
__title__ = "graphtik"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"Bug Tracker": "https://github.com/pygraphkit/graphtik/issues",
3535
},
3636
packages=["graphtik"],
37+
python_requires='>=3.6',
3738
install_requires=[
3839
"networkx; python_version >= '3.5'",
3940
"networkx == 2.2; python_version < '3.5'",

0 commit comments

Comments
 (0)