We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70a795 commit a9a207eCopy full SHA for a9a207e
requirements.txt
@@ -0,0 +1,4 @@
1
+gsw
2
+pandas
3
+scipy
4
+matplotlib
setup.py
@@ -7,14 +7,14 @@
7
8
setup(
9
name='pyotelem',
10
- version='0.3',
+ version='0.4',
11
description=('Utilities for working with biotelemetry and datalogger '
12
'data in Python'),
13
long_description=long_description,
14
author='Ryan J. Dillon',
15
author_email='[email protected]',
16
url='https://github.com/ryanjdillon/pyotelem',
17
- download_url='https://github.com/ryanjdillon/pyotelem/archive/0.3.tar.gz',
+ download_url='https://github.com/ryanjdillon/pyotelem/archive/0.4.tar.gz',
18
license='GPL-3.0+',
19
packages=find_packages(),
20
install_requires=[
0 commit comments