Skip to content

Commit a9a207e

Browse files
committed
added requirements file, next version for DOI in setup.py
1 parent e70a795 commit a9a207e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
gsw
2+
pandas
3+
scipy
4+
matplotlib

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
setup(
99
name='pyotelem',
10-
version='0.3',
10+
version='0.4',
1111
description=('Utilities for working with biotelemetry and datalogger '
1212
'data in Python'),
1313
long_description=long_description,
1414
author='Ryan J. Dillon',
1515
author_email='[email protected]',
1616
url='https://github.com/ryanjdillon/pyotelem',
17-
download_url='https://github.com/ryanjdillon/pyotelem/archive/0.3.tar.gz',
17+
download_url='https://github.com/ryanjdillon/pyotelem/archive/0.4.tar.gz',
1818
license='GPL-3.0+',
1919
packages=find_packages(),
2020
install_requires=[

0 commit comments

Comments
 (0)