Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
JeltevanBoheemen committed Aug 17, 2023
2 parents 7aabdf1 + ee0133d commit be712d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pathlib

from setuptools import setup

here = pathlib.Path(__file__).parent.resolve()
Expand All @@ -7,7 +8,7 @@

setup(
name='sastadev',
version='0.1.0',
version='0.1.1',
description='Linguistic functions for SASTA tool',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -28,6 +29,7 @@
'auchann',
'lxml',
'openpyxl',
'XlsxWriter'
'XlsxWriter',
'typing-extensions'
],
)
)

0 comments on commit be712d8

Please sign in to comment.