Skip to content

Commit

Permalink
Add version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Draga Doncila Pop committed Nov 8, 2020
1 parent bd92fe4 commit 63054c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def read(fname):

setup(
name='nd2_dask',
version='0.0.1',
author='Draga Doncila Pop',
author_email='[email protected]',
license='BSD-3',
Expand All @@ -36,8 +37,8 @@ def read(fname):
packages=find_packages(),
python_requires='>=3.6',
install_requires=requirements,
use_scm_version=use_scm,
setup_requires=['setuptools_scm'],
# use_scm_version=use_scm,
# setup_requires=['setuptools_scm'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 63054c5

Please sign in to comment.