Skip to content

Commit

Permalink
Add xminds._lib in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneSpitz authored and econtal committed Mar 6, 2021
1 parent f3e9340 commit 22a7a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/Crossing-Minds/xminds-python',
packages=['xminds', 'xminds.api', 'xminds.lib', 'xminds.ds'],
packages=['xminds', 'xminds.api', 'xminds.lib', 'xminds.ds', 'xminds._lib'],
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
Expand Down
2 changes: 1 addition & 1 deletion xminds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 1, 0)
VERSION = (0, 1, 1)

__version__ = f'{VERSION[0]}.{VERSION[1]}.{VERSION[2]}'

0 comments on commit 22a7a8f

Please sign in to comment.