Skip to content

Commit baac522

Browse files
committed
Bump version: 0.18.0 → 0.18.1
1 parent d625827 commit baac522

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.18.0
2+
current_version = 0.18.1
33
commit = True
44
tag = True
55

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Łukasz"
66
orcid: "https://orcid.org/0000-0001-9986-1262"
77
title: "mendeleev - A Python package with properties of chemical elements, ions, isotopes and methods to manipulate and visualize periodic table."
8-
version: 0.18.0
8+
version: 0.18.1
99
doi: 10.5281/zenodo.5233824
1010
date-released: 2021-03-20
1111
url: "https://github.com/lmmentel/mendeleev"

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ the [conda-forge Anaconda channel](https://anaconda.org/conda-forge/mendeleev)
105105
channel by
106106

107107
``` {.sourceCode .bash}
108-
conda install -c lmmentel mendeleev=0.18.0
108+
conda install -c lmmentel mendeleev=0.18.1
109109
```
110110

111111
The package can also be installed using
@@ -521,7 +521,7 @@ Here\'s the reference in the
521521
author = {Mentel, Łukasz},
522522
title = {{mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes},
523523
url = {https://github.com/lmmentel/mendeleev},
524-
version = {0.18.0},
524+
version = {0.18.1},
525525
date = {2014--},
526526
}
527527
```
@@ -531,7 +531,7 @@ or the older [BibTeX](http://www.bibtex.org/) format
531531
``` {.sourceCode .latex}
532532
@misc{mendeleev2014,
533533
auhor = {Mentel, Łukasz},
534-
title = {mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes, ver. 0.18.0},
534+
title = {mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes, ver. 0.18.1},
535535
howpublished = {\url{https://github.com/lmmentel/mendeleev}},
536536
year = {2014--},
537537
}

conda-recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: mendeleev
3-
version: "0.18.0"
3+
version: "0.18.1"
44

55
source:
66
git_url: https://github.com/lmmentel/mendeleev
7-
git_rev: v0.18.0
7+
git_rev: v0.18.1
88

99
build:
1010
noarch: python

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
# built documents.
128128
#
129129
# The short X.Y version.
130-
version = "0.18.0" # Is set by calling `setup.py docs`
130+
version = "0.18.1" # Is set by calling `setup.py docs`
131131
# The full version, including alpha/beta/rc tags.
132-
release = "0.18.0" # Is set by calling `setup.py docs`
132+
release = "0.18.1" # Is set by calling `setup.py docs`
133133

134134
# The language for content autogenerated by Sphinx. Refer to documentation
135135
# for a list of supported languages.

docs/source/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ the package from `my anaconda channel <https://anaconda.org/lmmentel/mendeleev>`
2020

2121
.. code-block:: bash
2222
23-
conda install -c lmmentel mendeleev=0.18.0
23+
conda install -c lmmentel mendeleev=0.18.1

docs/source/quick.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Here's the reference in the `BibLaTeX <https://www.ctan.org/pkg/biblatex?lang=en
3939
author = {Mentel, Łukasz},
4040
title = {{mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes},
4141
url = {https://github.com/lmmentel/mendeleev},
42-
version = {0.18.0},
42+
version = {0.18.1},
4343
date = {2014--},
4444
}
4545

@@ -49,7 +49,7 @@ or the older `BibTeX <http://www.bibtex.org/>`_ format
4949

5050
@misc{mendeleev2014,
5151
auhor = {Mentel, Łukasz},
52-
title = {mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes, ver. 0.18.0},
52+
title = {mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes, ver. 0.18.1},
5353
howpublished = {\url{https://github.com/lmmentel/mendeleev}},
5454
year = {2014--},
5555
}

mendeleev/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.18.0"
3+
__version__ = "0.18.1"
44

55
import importlib
66

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mendeleev"
3-
version = "v0.18.0"
3+
version = "v0.18.1"
44
description = "Pythonic periodic table of elements"
55
keywords = ["periodic table", "chemistry", "elements", "science"]
66
classifiers = [

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
DOWNLOAD_URL = "https://github.com/lmmentel/mendeleev/archive/master.zip"
1717
AUTHOR = "Lukasz Mentel"
1818
19-
VERSION = "0.18.0"
19+
VERSION = "0.18.1"
2020
KEYWORDS = ["periodic", "table", "elements", "atomic", "properties", "mendeleev"]
2121

2222

0 commit comments

Comments
 (0)