Skip to content

Commit

Permalink
Import of __version__ caused side-effect with pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorink committed Feb 15, 2024
1 parent 0eda40b commit 9c242a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import pathlib
import sys
from setuptools import setup, find_packages
from knowledge import __version__

CURRENT_PYTHON = sys.version_info[:2]
REQUIRED_PYTHON = (3, 7)
Expand Down Expand Up @@ -34,7 +33,7 @@
# the setup
setup(
name='personal_knowledge_library',
version=__version__,
version="2.1.1",
description="Library to access Wacom's Personal Knowledge graph.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9c242a6

Please sign in to comment.