Skip to content

Commit

Permalink
[chore] version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyfisik committed Jan 17, 2024
1 parent 6e14214 commit 1a0213b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(scattnlay VERSION 2.3)
project(scattnlay VERSION 2.4)

cmake_host_system_information(RESULT HOSTNAME QUERY HOSTNAME)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "2.3"
__version__ = "2.4"
__title__ = "Calculation of the scattering of EM radiation by a multilayered sphere"
__mod__ = "python-scattnlay"
__author__ = "Ovidio Peña Rodríguez"
Expand Down
2 changes: 2 additions & 0 deletions tests/test_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
[10000, 1.5 + 1j, 2.004368, 1.236574], # ,'j'],
[10000, 10 + 10j, 2.005914, 1.795393], # ,'m'],
# [1.8263846985116234, 0.02867488311561525+1.2957040351341687j, 3, 3]
# 'water r=1mkm scattnlay 2020/04/22']
[2.03575204, 1.4558642 + 0.20503704j, 1.952484, 0.9391477],
]


Expand Down

0 comments on commit 1a0213b

Please sign in to comment.