Skip to content

Commit

Permalink
Fix version number mismatch in Python tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fzenke committed Aug 29, 2023
1 parent f9618fd commit 6174a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/python/auryntools/file_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from scipy.io import mmread, mmwrite


current_version = (0,8,2)
current_version = (0,8,3)

class AurynBinaryFile:
'''
Expand Down

0 comments on commit 6174a67

Please sign in to comment.