Skip to content

Commit e0452e7

Browse files
committed
Bump version: 0.20.1 → 1.0.0
1 parent 59d25dd commit e0452e7

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.20.1
2+
current_version = 1.0.0
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.20.1
8+
version: 1.0.0
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
@@ -117,7 +117,7 @@ the [conda-forge Anaconda channel](https://anaconda.org/conda-forge/mendeleev)
117117
channel by
118118

119119
``` {.sourceCode .bash}
120-
conda install -c lmmentel mendeleev=0.20.1
120+
conda install -c lmmentel mendeleev=1.0.0
121121
```
122122

123123
The package can also be installed using
@@ -536,7 +536,7 @@ Here\'s the reference in the
536536
author = {Mentel, Łukasz},
537537
title = {{mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes},
538538
url = {https://github.com/lmmentel/mendeleev},
539-
version = {0.20.1},
539+
version = {1.0.0},
540540
date = {2014--},
541541
}
542542
```
@@ -546,7 +546,7 @@ or the older [BibTeX](http://www.bibtex.org/) format
546546
``` {.sourceCode .latex}
547547
@misc{mendeleev2014,
548548
auhor = {Mentel, Łukasz},
549-
title = {mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes, ver. 0.20.1},
549+
title = {mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes, ver. 1.0.0},
550550
howpublished = {\url{https://github.com/lmmentel/mendeleev}},
551551
year = {2014--},
552552
}

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.20.1"
3+
version: "1.0.0"
44

55
source:
66
git_url: https://github.com/lmmentel/mendeleev
7-
git_rev: v0.20.1
7+
git_rev: v1.0.0
88

99
build:
1010
noarch: python

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@
134134
# built documents.
135135
#
136136
# The short X.Y version.
137-
version = "0.20.1" # Is set by calling `setup.py docs`
137+
version = "1.0.0" # Is set by calling `setup.py docs`
138138
# The full version, including alpha/beta/rc tags.
139-
release = "0.20.1" # Is set by calling `setup.py docs`
139+
release = "1.0.0" # Is set by calling `setup.py docs`
140140

141141
# The language for content autogenerated by Sphinx. Refer to documentation
142142
# 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.20.1
23+
conda install -c lmmentel mendeleev=1.0.0

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.20.1},
42+
version = {1.0.0},
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.20.1},
52+
title = {mendeleev} -- A Python resource for properties of chemical elements, ions and isotopes, ver. 1.0.0},
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.20.1"
3+
__version__ = "1.0.0"
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.20.1"
3+
version = "v1.0.0"
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
EMAIL = "lmmentel@gmail.com"
19-
VERSION = "0.20.1"
19+
VERSION = "1.0.0"
2020
KEYWORDS = ["periodic", "table", "elements", "atomic", "properties", "mendeleev"]
2121

2222

0 commit comments

Comments
 (0)