Skip to content

Commit

Permalink
preparing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarijo committed Jul 14, 2023
1 parent 9880524 commit 8d17777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/somef/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "0.9.3"
__version__ = "0.9.4"
2 changes: 1 addition & 1 deletion src/somef/export/turtle_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def reconcile_somef_data(data):
# if it is not a list, just get the excerpt
else:
out[key] = value[constants.PROP_RESULT][constants.PROP_VALUE]
# print(out)
print(out)
return out

@staticmethod
Expand Down

0 comments on commit 8d17777

Please sign in to comment.