Skip to content

Commit 408a8e7

Browse files
committed
Merge pull request #14 from ocefpaf/python_version
Updated classifiers
2 parents 8724922 + 8bc5c61 commit 408a8e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

seawater/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import division, absolute_import
22

3-
__version__ = '3.3.3'
3+
__version__ = '3.3.4'
44

55
from .geostrophic import bfrq, svan, gpan, gvel
66
from .extras import dist, f, satAr, satN2, satO2, swvel

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ def read(*parts):
5353
'Intended Audience :: Science/Research',
5454
'License :: OSI Approved :: MIT License',
5555
'Operating System :: OS Independent',
56+
'Programming Language :: Python',
57+
'Programming Language :: Python :: 2',
58+
'Programming Language :: Python :: 2.7',
59+
'Programming Language :: Python :: 3',
60+
'Programming Language :: Python :: 3.3',
61+
'Programming Language :: Python :: 3.4',
5662
'Topic :: Scientific/Engineering',
5763
],
5864
description='Seawater Library for Python',

0 commit comments

Comments
 (0)