Skip to content

Commit

Permalink
Bump the version to 0.0.9 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Oct 20, 2023
1 parent 9ef4080 commit 1fee13d
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.8'
version = '0.0.9'
# The full version, including alpha/beta/rc tags
release = '0.0.8'
release = '0.0.9'


# -- 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.8"
__version__ = "0.0.9"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

0 comments on commit 1fee13d

Please sign in to comment.