Skip to content

Commit

Permalink
Bump the version to 0.0.14 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Nov 11, 2023
1 parent ba37eb2 commit 1fbb53e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = 'Jeff Irion'

# The short X.Y version
version = '0.0.13'
version = '0.0.14'
# The full version, including alpha/beta/rc tags
release = '0.0.13'
release = '0.0.14'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion graphslam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""

__version__ = "0.0.13"
__version__ = "0.0.14"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name="graphslam",
version="0.0.13",
version="0.0.14",
description="Graph SLAM solver in Python",
long_description=readme,
keywords=["graphslam", "slam", "graph", "optimization", "mapping"],
Expand Down

0 comments on commit 1fbb53e

Please sign in to comment.