Skip to content

Commit

Permalink
Bump to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
skydes authored Jul 20, 2023
1 parent cdd7fb0 commit 80ccb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hloc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
from packaging import version

__version__ = '1.3'
__version__ = '1.4'

formatter = logging.Formatter(
fmt='[%(asctime)s %(name)s %(levelname)s] %(message)s',
Expand Down

0 comments on commit 80ccb7e

Please sign in to comment.