Skip to content

Commit

Permalink
Merge 796f0d6 into 15287d4
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Nov 16, 2023
2 parents 15287d4 + 796f0d6 commit 9fcf13c
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.15'
version = '0.0.16'
# The full version, including alpha/beta/rc tags
release = '0.0.15'
release = '0.0.16'


# -- 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.15"
__version__ = "0.0.16"
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.15",
version="0.0.16",
description="Graph SLAM solver in Python",
long_description=readme,
keywords=["graphslam", "slam", "graph", "optimization", "mapping"],
Expand Down

0 comments on commit 9fcf13c

Please sign in to comment.