Skip to content

Commit

Permalink
bump to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
iLampard committed Dec 7, 2017
1 parent 37e1963 commit 154579d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions WindAdapter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from WindAdapter.api import factor_details_help
from WindAdapter.api import reset_data_dict_path


__all__ = ['version',
'get_universe',
'get_live',
Expand All @@ -23,4 +22,4 @@ def version():
return __version__


__version__ = '0.3.3'
__version__ = '0.3.4'
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

PACKAGE = 'WindAdapter'
NAME = 'WindAdapter'
VERSION = '0.3.3'
VERSION = '0.3.4'
DESCRIPTION = 'Windpy data adapter'
AUTHOR = 'iLampard, RoxanneYang'
AUTHOR = 'iLampard, RoxanneYang, bella21'
URL = 'https://github.com/iLampard/WindAdapter'
LICENSE = 'MIT'

Expand All @@ -32,4 +32,5 @@
include_dirs=[np.get_include()],
classifiers=['Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5'])
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'])

0 comments on commit 154579d

Please # to comment.