Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jleinonen committed Jan 14, 2014
1 parent f9960ea commit 30be888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytmatrix/tmatrix_aux.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

#current version
VERSION = "0.2.0"
VERSION = "0.2.1"

#typical wavelengths [mm] at different bands
wl_S = 111.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
def configuration(parent_package='',top_path=None):
from numpy.distutils.misc_util import Configuration
config = Configuration('pytmatrix', parent_package, top_path,
version = '0.2.0',
version = '0.2.1',
author = "Jussi Leinonen",
author_email = "jsleinonen@gmail.com",
description = "T-matrix scattering computations",
license = "MIT",
url = 'http://code.google.com/p/pytmatrix/',
download_url = \
'https://github.com/jleinonen/pytmatrix/releases/download/0.2.0/pytmatrix-0.2.0.zip',
'https://github.com/jleinonen/pytmatrix/releases/download/0.2.1/pytmatrix-0.2.1.zip',
long_description = long_description,
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 30be888

Please sign in to comment.