From 04faf096b17ea5a9800047666632eaf1ee9962c8 Mon Sep 17 00:00:00 2001 From: saullocastro Date: Sat, 26 Feb 2022 00:13:02 +0100 Subject: [PATCH] REL: Version 0.4.19 --- README.md | 6 +++--- setup.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5290c6d..1fee0f6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index c9ddc48..8a8e0ad 100644 --- a/setup.py +++ b/setup.py @@ -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 @@ -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)