Skip to content

Commit 42a0a6e

Browse files
committed
Version bump
1 parent 4869dcd commit 42a0a6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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, 3, 4)
21+
__exatomic_version__ = (0, 3, 5)
2222
__version__ = '.'.join((str(v) for v in __exatomic_version__))
2323

2424

meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package:
22
name: exatomic
3-
version: "0.3.4"
3+
version: "0.3.5"
44

55
source:
6-
git_rev: v0.3.4
6+
git_rev: v0.3.5
77
git_url: https://github.com/exa-analytics/exatomic.git
88

99
requirements:

0 commit comments

Comments
 (0)