Skip to content

Commit 93bd388

Browse files
committed
Bumped to 0.3.0
1 parent 966d929 commit 93bd388

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Getting Started
2121
###################
2222
| |docs|
2323
| |gitter|
24+
| |doi|
2425
Documentation can be built using `sphinx`_:
2526

2627
.. code-block:: bash
@@ -81,3 +82,7 @@ Legal
8182
.. |lic| image:: http://img.shields.io/:license-apache-blue.svg?style=flat-square
8283
:target: http://www.apache.org/licenses/LICENSE-2.0
8384
:alt: License
85+
86+
.. |doi| image:: https://zenodo.org/badge/23807/exa-analytics/exatomic.svg
87+
:target: https://zenodo.org/badge/latestdoi/23807/exa-analytics/exatomic
88+
:alt: DOI

exatomic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
.. _atomic: https://en.wikipedia.org/wiki/Atomic_units
2020
"""
21-
__exatomic_version__ = (0, 2, 14)
21+
__exatomic_version__ = (0, 3, 0)
2222
__version__ = '.'.join((str(v) for v in __exatomic_version__))
2323

2424

0 commit comments

Comments
 (0)