mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
Merge pull request #56 from chatcannon/release-0.2.0
Bump release version to 0.2.0
This commit is contained in:
4
setup.py
4
setup.py
@@ -9,7 +9,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='galvani',
|
name='galvani',
|
||||||
version='0.1.0',
|
version='0.2.0',
|
||||||
description='Open and process battery charger log data files',
|
description='Open and process battery charger log data files',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
@@ -32,7 +32,7 @@ setup(
|
|||||||
'res2sqlite = galvani.res2sqlite:main',
|
'res2sqlite = galvani.res2sqlite:main',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.6',
|
||||||
install_requires=['numpy'],
|
install_requires=['numpy'],
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user