Skip to content

Commit

Permalink
Bump the version to 0.0.11 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Nov 8, 2023
1 parent 5736ed2 commit 4a3e889
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.10'
version = '0.0.11'
# The full version, including alpha/beta/rc tags
release = '0.0.10'
release = '0.0.11'


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

0 comments on commit 4a3e889

Please sign in to comment.