From 2bcd5db58d75f6c3acbe4b7fed5a336f7eb3b9d6 Mon Sep 17 00:00:00 2001 From: Lukasz Mentel Date: Mon, 13 May 2024 22:16:05 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.0=20=E2=86=92=200.16.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- README.md | 6 +++--- conda-recipe/meta.yaml | 4 ++-- docs/source/conf.py | 4 ++-- docs/source/install.rst | 2 +- docs/source/quick.rst | 4 ++-- mendeleev/__init__.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5cfa3e3..1da4b3a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.0 +current_version = 0.16.1 commit = True tag = True diff --git a/CITATION.cff b/CITATION.cff index 93f3b19..f3037d6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Łukasz" orcid: "https://orcid.org/0000-0001-9986-1262" title: "mendeleev - A Python package with properties of chemical elements, ions, isotopes and methods to manipulate and visualize periodic table." -version: 0.16.0 +version: 0.16.1 doi: 10.5281/zenodo.5233824 date-released: 2021-03-20 url: "https://github.com/lmmentel/mendeleev" \ No newline at end of file diff --git a/README.md b/README.md index e556bf1..698d703 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ the [conda-forge Anaconda channel](https://anaconda.org/conda-forge/mendeleev) channel by ``` {.sourceCode .bash} -conda install -c lmmentel mendeleev=0.16.0 +conda install -c lmmentel mendeleev=0.16.1 ``` The package can also be installed using @@ -509,7 +509,7 @@ Here\'s the reference in the author = {Mentel, Łukasz}, title = {{mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes}, url = {https://github.com/lmmentel/mendeleev}, - version = {0.16.0}, + version = {0.16.1}, date = {2014--}, } ``` @@ -519,7 +519,7 @@ or the older [BibTeX](http://www.bibtex.org/) format ``` {.sourceCode .latex} @misc{mendeleev2014, auhor = {Mentel, Łukasz}, - title = {mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes, ver. 0.16.0}, + title = {mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes, ver. 0.16.1}, howpublished = {\url{https://github.com/lmmentel/mendeleev}}, year = {2014--}, } diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index db101b9..dd14463 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,10 +1,10 @@ package: name: mendeleev - version: "0.16.0" + version: "0.16.1" source: git_url: https://github.com/lmmentel/mendeleev - git_rev: v0.16.0 + git_rev: v0.16.1 build: noarch: python diff --git a/docs/source/conf.py b/docs/source/conf.py index d7e1eb9..353e320 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -127,9 +127,9 @@ # built documents. # # The short X.Y version. -version = "0.16.0" # Is set by calling `setup.py docs` +version = "0.16.1" # Is set by calling `setup.py docs` # The full version, including alpha/beta/rc tags. -release = "0.16.0" # Is set by calling `setup.py docs` +release = "0.16.1" # Is set by calling `setup.py docs` # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/install.rst b/docs/source/install.rst index 9bf48d1..4a0ba40 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -20,4 +20,4 @@ the package from `my anaconda channel ` .. code-block:: bash - conda install -c lmmentel mendeleev=0.16.0 + conda install -c lmmentel mendeleev=0.16.1 diff --git a/docs/source/quick.rst b/docs/source/quick.rst index 67ab464..9a1327f 100644 --- a/docs/source/quick.rst +++ b/docs/source/quick.rst @@ -39,7 +39,7 @@ Here's the reference in the `BibLaTeX `_ format @misc{mendeleev2014, auhor = {Mentel, Łukasz}, - title = {mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes, ver. 0.16.0}, + title = {mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes, ver. 0.16.1}, howpublished = {\url{https://github.com/lmmentel/mendeleev}}, year = {2014--}, } diff --git a/mendeleev/__init__.py b/mendeleev/__init__.py index a1488d7..76d8bea 100644 --- a/mendeleev/__init__.py +++ b/mendeleev/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = "0.16.0" +__version__ = "0.16.1" from .mendeleev import * # noqa F403 from .models import * # noqa F403 diff --git a/pyproject.toml b/pyproject.toml index 2f502ca..9455398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mendeleev" -version = "v0.16.0" +version = "v0.16.1" description = "Pythonic periodic table of elements" keywords = ["periodic table", "chemistry", "elements", "science"] classifiers = [ diff --git a/setup.py b/setup.py index ebf469b..2d74f9f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ DOWNLOAD_URL = "https://github.com/lmmentel/mendeleev/archive/master.zip" AUTHOR = "Lukasz Mentel" EMAIL = "lmmentel@gmail.com" -VERSION = "0.16.0" +VERSION = "0.16.1" KEYWORDS = ["periodic", "table", "elements", "atomic", "properties", "mendeleev"]