Skip to content

Commit 94dfb67

Browse files
committed
bump version
1 parent b7bd2cc commit 94dfb67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ What is this repository for?
2626
----------------------------
2727

2828
* Openfoam Tools
29-
* Version : 0.2.6
29+
* Version : 0.2.7
3030
* Supported OpenFoam Versions : 2.4.0, 4.1 to 9, v1712plus to v2312plus
3131
* Supported Python Versions : >= 3.8
3232

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ What is this repository for?
1313
----------------------------
1414

1515
* Openfoam Tools
16-
* Version : 0.2.6
16+
* Version : 0.2.7
1717
* Supported OpenFoam Versions : 2.4.0, 4.1 to 9, v1712plus to v2312plus
1818
* Supported Python Versions : >= 3.8
1919

fluidfoam/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
'a' or 'alpha' means alpha version (internal testing),
1212
'b' or 'beta' means beta version (external testing).
1313
"""
14-
__version__ = "0.2.6"
14+
__version__ = "0.2.7"

0 commit comments

Comments
 (0)