diff --git a/.gitignore b/.gitignore index 5ebfbc8..d2f2370 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -# setuptools_scm -helx/version.py - # developing playground.ipynb diff --git a/navix/_version.py b/navix/_version.py index 041d0e3..118ded0 100644 --- a/navix/_version.py +++ b/navix/_version.py @@ -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())