Skip to content

Commit

Permalink
chanfe the version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirMardan committed Nov 5, 2024
1 parent d79f774 commit 894cdb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/PyFWI/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from PyFWI.version import version as __version__
from PyFWI.version import version as __version__
__all__ = ['__version__']
2 changes: 1 addition & 1 deletion src/PyFWI/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.1.9'
version = '0.1.10'

0 comments on commit 894cdb8

Please sign in to comment.