Skip to content

Commit 895399b

Browse files
committed
fix
1 parent 51bc934 commit 895399b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mkdocs-custom-tags-attributes = "*"
1414
pymdown-extensions = "*"
1515
setuptools = "*"
1616
mkdocs-embed-file-plugins = {file = "."}
17+
wheel = "*"
1718

1819
[dev-packages]
1920

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = "2.0.7"
3+
version = "2.0.8"
44

55

66
def classification_dependencies():

0 commit comments

Comments
 (0)