Skip to content

Commit

Permalink
do not ignore version
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Jul 12, 2023
1 parent 1169ce4 commit e937b64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# setuptools_scm
helx/version.py

# developing
playground.ipynb

Expand Down
2 changes: 1 addition & 1 deletion navix/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# under the License.


__version__ = "0.3.5"
__version__ = "0.3.6"
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())

0 comments on commit e937b64

Please sign in to comment.