Skip to content

Commit

Permalink
Merge pull request #56 from chatcannon/release-0.2.0
Browse files Browse the repository at this point in the history
Bump release version to 0.2.0
  • Loading branch information
chatcannon authored Oct 31, 2020
2 parents db9b0c0 + ca8845b commit 74413c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='galvani',
version='0.1.0',
version='0.2.0',
description='Open and process battery charger log data files',
long_description=readme,
long_description_content_type="text/markdown",
Expand All @@ -32,7 +32,7 @@
'res2sqlite = galvani.res2sqlite:main',
],
},
python_requires='>=3.5',
python_requires='>=3.6',
install_requires=['numpy'],
tests_require=['pytest'],
)

0 comments on commit 74413c2

Please sign in to comment.