Skip to content

Commit

Permalink
Moving to next version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Aug 15, 2023
1 parent fe47cc1 commit 017229c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ __pycache__

# Ignore installation files
*.egg-info
build
dist

# Jupyter notebooks
.ipynb_checkpoints
Expand Down
2 changes: 1 addition & 1 deletion nevis/_nevis_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Version info
#
__version_tuple__ = (0, 0, 6)
__version_tuple__ = (0, 0, 7)
__version__ = '.'.join(str(x) for x in __version_tuple__)

0 comments on commit 017229c

Please sign in to comment.