Skip to content

Commit b0258cf

Browse files
authored
chore: upagrade numpy (#67)
* chore: upagrade numpy * chore: prepare patch release
1 parent 560ab49 commit b0258cf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = 'heatrapy'
1515
copyright = '2024, Daniel Silva'
1616
author = '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

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

heatrapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Heatrapy.
22
33
author: Daniel Silva (djsilva@gmx.com)
4-
current version: v2.0.12
4+
current version: v2.0.13
55
url: https://github.com/djsilva99/heatrapy
66
77
This module allows to create thermal objects, establish thermal contact between

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exceptiongroup==1.2.2
44
iniconfig==2.0.0
55
kiwisolver==1.3.1
66
matplotlib==3.7.5
7-
numpy==1.22.0
7+
numpy==1.26.4
88
packaging==24.1
99
Pillow==12.1.1
1010
pluggy==1.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
setup(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=[

0 commit comments

Comments
 (0)