Skip to content

Commit

Permalink
Modify __init__ imports, change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamDHines committed Dec 12, 2023
1 parent 519ff7b commit 1667786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# define the setup
setup(
name="VPRTempo",
version="1.1.3",
version="1.1.4",
description='VPRTempo: A Fast Temporally Encoded Spiking Neural Network for Visual Place Recognition',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
7 changes: 1 addition & 6 deletions vprtempo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
from . import dataset
from . import models
from . import output
from . import src

__version__ = '1.1.3'
_version__ = '1.1.4'

0 comments on commit 1667786

Please sign in to comment.