Skip to content

Commit 30f82df

Browse files
committed
BLD: fixing logic. REL: 0.8.4
1 parent 8a2b5b7 commit 30f82df

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/pythonpublish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
23-
if: matrix.runs-on == 'windows-latest' || (matrix.runs-on == 'ubuntu-latest' && matrix.python-version == '3.13') || (matrix.runs-on == 'macos-latest')
2423
run: |
2524
python3 -m pip install --upgrade pip
2625
python3 -m pip install --upgrade setuptools wheel twine

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract: >-
1818
* Stiffness matrices (ABD) based on lamination parameters
1919
message: >-
2020
Please, cite this software using:
21-
Saullo G. P. Castro (2025). Methods for analysis and design of composites (Version 0.8.3). Zenodo. DOI: https://doi.org/10.5281/zenodo.2871782
21+
Saullo G. P. Castro (2025). Methods for analysis and design of composites (Version 0.8.4). Zenodo. DOI: https://doi.org/10.5281/zenodo.2871782
2222
authors:
2323
- family-names: Castro
2424
given-names: Saullo G. P.
@@ -31,5 +31,5 @@ identifiers:
3131
repository-code: 'https://github.com/saullocastro/composites'
3232
url: 'https://saullocastro.github.io/composites/'
3333
license: BSD-3-Clause
34-
version: 0.8.3
34+
version: 0.8.4
3535
date-released: '2025-07-15'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ materials. Usually, this module is used to calculate:
3030
Citing this repository
3131
----------------------
3232

33-
Castro, SGP. Methods for analysis and design of composites (Version 0.8.3) [Computer software]. 2025. https://doi.org/10.5281/zenodo.2871782
33+
Castro, SGP. Methods for analysis and design of composites (Version 0.8.4) [Computer software]. 2025. https://doi.org/10.5281/zenodo.2871782
3434

3535
Bibtex :
3636

3737
@misc{composites2025,
3838
author = {Castro, Saullo G. P.},
3939
doi = {10.5281/zenodo.2871782},
40-
title = {{Methods for analysis and design of composites (Version 0.8.3)}},
40+
title = {{Methods for analysis and design of composites (Version 0.8.4)}},
4141
year = 2025
4242
}
4343

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ https://github.com/saullocastro/composites
2828
Citing this library
2929
-------------------
3030

31-
Castro, S. G. P. Methods for analysis and design of composites (Version 0.8.3) [Computer software]. 2025. https://doi.org/10.5281/zenodo.2871782
31+
Castro, S. G. P. Methods for analysis and design of composites (Version 0.8.4) [Computer software]. 2025. https://doi.org/10.5281/zenodo.2871782
3232

3333
Bibtex::
3434
3535
@misc{composites2025,
3636
author = {Castro, Saullo G. P.},
3737
doi = {10.5281/zenodo.2871782},
38-
title = {{Methods for analysis and design of composites (Version 0.8.3)}},
38+
title = {{Methods for analysis and design of composites (Version 0.8.4)}},
3939
year = 2025
4040
}
4141

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def read(fname):
8686
"""
8787

8888
is_released = True
89-
version = '0.8.3'
89+
version = '0.8.4'
9090

9191
fullversion = write_version_py(version, is_released)
9292

0 commit comments

Comments
 (0)