We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966d929 commit 93bd388Copy full SHA for 93bd388
2 files changed
README.rst
@@ -21,6 +21,7 @@ Getting Started
21
###################
22
| |docs|
23
| |gitter|
24
+| |doi|
25
Documentation can be built using `sphinx`_:
26
27
.. code-block:: bash
@@ -81,3 +82,7 @@ Legal
81
82
.. |lic| image:: http://img.shields.io/:license-apache-blue.svg?style=flat-square
83
:target: http://www.apache.org/licenses/LICENSE-2.0
84
: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
@@ -18,7 +18,7 @@
18
19
.. _atomic: https://en.wikipedia.org/wiki/Atomic_units
20
"""
-__exatomic_version__ = (0, 2, 14)
+__exatomic_version__ = (0, 3, 0)
__version__ = '.'.join((str(v) for v in __exatomic_version__))
0 commit comments