Skip to content

Commit

Permalink
Bump version 0.8.0 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phausamann committed Dec 29, 2021
1 parent e04c5d8 commit b9151d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.9.0
commit = True

[bumpversion:file:setup.py]
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/envs/example-env-ros.yml
Expand Up @@ -5,7 +5,7 @@ channels:
- phausamann
dependencies:
- python=3.8
- rigid-body-motion=0.8.0
- rigid-body-motion=0.9.0
- numba
- xarray
- netcdf4
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/envs/example-env.yml
Expand Up @@ -4,7 +4,7 @@ channels:
- phausamann
dependencies:
- python=3.8
- rigid-body-motion=0.8.0
- rigid-body-motion=0.9.0
- numba
- xarray
- netcdf4
Expand Down
2 changes: 1 addition & 1 deletion rigid_body_motion/__init__.py
@@ -1,7 +1,7 @@
"""Top-level package for rigid-body-motion."""
__author__ = """Peter Hausamann"""
__email__ = "peter.hausamann@tum.de"
__version__ = "0.8.0"
__version__ = "0.9.0"

# ROS module has to be imported first because of PyKDL
from . import ros # noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,6 +36,6 @@
name="rigid-body-motion",
packages=find_packages(exclude=["tests"]),
url="https://github.com/phausamann/rigid-body-motion",
version="0.8.0",
version="0.9.0",
zip_safe=False,
)

0 comments on commit b9151d2

Please sign in to comment.