Skip to content

Commit

Permalink
REL: Version 0.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Feb 25, 2022
1 parent c638886 commit 04faf09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Citing this repository
----------------------

Castro, S. G. P. Methods to calculate composite plate properties (Version
0.4.18) [Computer software]. https://doi.org/10.5281/zenodo.2871782
0.4.19) [Computer software]. 2022. https://doi.org/10.5281/zenodo.2871782

Bibtex :

@misc{composites2021,
@misc{composites2022,
author = {Castro, Saullo G. P.},
doi = {10.5281/zenodo.2871782},
title = {{Methods to calculate composite plate properties, Version 0.4.18}}
title = {{Methods to calculate composite plate properties (Version 0.4.19) [Computer software]. 2022}}
}

Documentation
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def read(fname):

CLASSIFIERS = """\
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Developers
Intended Audience :: Education
Expand All @@ -77,16 +77,16 @@ def read(fname):
Operating System :: POSIX :: BSD
Operating System :: Microsoft :: Windows
Operating System :: Unix
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: BSD License
"""

is_released = True
version = '0.4.18'
version = '0.4.19'

fullversion = write_version_py(version, is_released)

Expand Down

0 comments on commit 04faf09

Please sign in to comment.