We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4869dcd commit 42a0a6eCopy full SHA for 42a0a6e
2 files changed
exatomic/__init__.py
@@ -18,7 +18,7 @@
18
19
.. _atomic: https://en.wikipedia.org/wiki/Atomic_units
20
"""
21
-__exatomic_version__ = (0, 3, 4)
+__exatomic_version__ = (0, 3, 5)
22
__version__ = '.'.join((str(v) for v in __exatomic_version__))
23
24
meta.yaml
@@ -1,9 +1,9 @@
1
package:
2
name: exatomic
3
- version: "0.3.4"
+ version: "0.3.5"
4
5
source:
6
- git_rev: v0.3.4
+ git_rev: v0.3.5
7
git_url: https://github.com/exa-analytics/exatomic.git
8
9
requirements:
0 commit comments