Skip to content

Commit

Permalink
Bump version to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun committed Jan 22, 2022
1 parent bb0e636 commit 614ad02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dace/sdfg/sdfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ def to_json(self, hash=False):
if hash:
tmp['attributes']['hash'] = self.hash_sdfg(tmp)

if int(self.sdfg_id) == 0:
tmp['dace_version'] = dace.__version__

return tmp

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion dace/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.11.4'
__version__ = '0.12'

0 comments on commit 614ad02

Please sign in to comment.