Skip to content

Commit

Permalink
Prepare version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jleinonen committed Mar 12, 2020
1 parent fdfbea1 commit 592cb46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
dist
build
build.sh
__pycache__/
*.py[cod]

# C extensions
Expand Down
2 changes: 1 addition & 1 deletion pytmatrix/tmatrix_aux.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"""

#current version
VERSION = "0.3.1"
VERSION = "0.3.2"

#typical wavelengths [mm] at different bands
wl_S = 111.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
def configuration(parent_package='',top_path=None):
from numpy.distutils.misc_util import Configuration
config = Configuration('pytmatrix', parent_package, top_path,
version = '0.3.1',
version = '0.3.2',
author = "Jussi Leinonen",
author_email = "jsleinonen@gmail.com",
description = "T-matrix scattering computations",
Expand Down

0 comments on commit 592cb46

Please sign in to comment.