File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414project = 'heatrapy'
1515copyright = '2024, Daniel Silva'
1616author = 'Daniel Silva'
17- release = '2.0.12 '
17+ release = '2.0.13 '
1818
1919# -- General configuration ---------------------------------------------------
2020# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ incorporation of phase transitions.
1313
1414|icon_github | `github repository <https://github.com/djsilva99/heatrapy >`_
1515
16- |icon_heatrapy | current version: v2.0.12
16+ |icon_heatrapy | current version: v2.0.13
1717
1818.. |icon_github | image :: https://github.githubassets.com/favicons/favicon.png
1919 :width: 25px
Original file line number Diff line number Diff line change 11"""Heatrapy.
22
33author: Daniel Silva (djsilva@gmx.com)
4- current version: v2.0.12
4+ current version: v2.0.13
55url: https://github.com/djsilva99/heatrapy
66
77This module allows to create thermal objects, establish thermal contact between
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ exceptiongroup==1.2.2
44iniconfig == 2.0.0
55kiwisolver == 1.3.1
66matplotlib == 3.7.5
7- numpy == 1.22.0
7+ numpy == 1.26.4
88packaging == 24.1
99Pillow == 12.1.1
1010pluggy == 1.5.0
Original file line number Diff line number Diff line change 1616
1717
1818setup (name = 'heatrapy' ,
19- version = '2.0.12 ' ,
19+ version = '2.0.13 ' ,
2020 description = 'Library for simulating 1D and 2D heat transfer processes' ,
2121 long_description = description ,
2222 classifiers = [
You can’t perform that action at this time.
0 commit comments