Skip to content

Commit

Permalink
chg: 🔖 v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanMindee committed Oct 28, 2020
1 parent 32e31e6 commit 7f1ac3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os
import subprocess
import re
from setuptools import find_packages, setup

Expand All @@ -22,7 +20,6 @@ def make_requirements_list(file="requirements.txt", only_regular=True):
:param only_regular: remove rows with /, #, space or empty
:return:
"""

with open(file) as f:
lines = f.read().splitlines()
if only_regular:
Expand All @@ -38,7 +35,7 @@ def make_requirements_list(file="requirements.txt", only_regular=True):
python_requires=">=3.0",
name=f"{PACKAGE_NAME}",
description="Mindee API helper library for python",
version="v1.0.0",
version="v1.0.1",
long_description=long_description,
long_description_content_type="text/markdown",
url=GIT_URL,
Expand Down

0 comments on commit 7f1ac3e

Please sign in to comment.