Skip to content

Commit

Permalink
Bump the version to 0.0.10 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Nov 7, 2023
1 parent 19e638a commit ba631b5
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.9'
version = '0.0.10'
# The full version, including alpha/beta/rc tags
release = '0.0.9'
release = '0.0.10'


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

0 comments on commit ba631b5

Please sign in to comment.