Skip to content

Commit 30be888

Browse files
committed
Version 0.2.1
1 parent f9960ea commit 30be888

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pytmatrix/tmatrix_aux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121

2222
#current version
23-
VERSION = "0.2.0"
23+
VERSION = "0.2.1"
2424

2525
#typical wavelengths [mm] at different bands
2626
wl_S = 111.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
def configuration(parent_package='',top_path=None):
3232
from numpy.distutils.misc_util import Configuration
3333
config = Configuration('pytmatrix', parent_package, top_path,
34-
version = '0.2.0',
34+
version = '0.2.1',
3535
author = "Jussi Leinonen",
3636
author_email = "jsleinonen@gmail.com",
3737
description = "T-matrix scattering computations",
3838
license = "MIT",
3939
url = 'http://code.google.com/p/pytmatrix/',
4040
download_url = \
41-
'https://github.com/jleinonen/pytmatrix/releases/download/0.2.0/pytmatrix-0.2.0.zip',
41+
'https://github.com/jleinonen/pytmatrix/releases/download/0.2.1/pytmatrix-0.2.1.zip',
4242
long_description = long_description,
4343
classifiers = [
4444
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)