Skip to content

Commit fe4c056

Browse files
committed
Bump our version
1 parent 5ce8f34 commit fe4c056

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=v2.2.1
1+
VERSION=v2.2.2

igibson/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import packaging.version
55
import yaml
66

7-
__version__ = "2.2.1"
7+
__version__ = "2.2.2"
88

99
__logo__ = r"""
1010
_ _____ _ _

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name="igibson"
7-
version="2.2.1"
7+
version="2.2.2"
88
readme = "README.md"
99
requires-python = ">=2.8"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)