diff --git a/largesteps/__init__.py b/largesteps/__init__.py index 7dbe9e4..0ef67f2 100644 --- a/largesteps/__init__.py +++ b/largesteps/__init__.py @@ -5,5 +5,5 @@ rendering. """ -__version__ = "0.2.1" +__version__ = "0.2.2" __author__ = 'Baptiste Nicolet' diff --git a/setup.py b/setup.py index caf4113..4fa6abc 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='largesteps', - version='0.2.1', + version='0.2.2', description='Laplacian parameterization package for shape optimization with differentiable rendering', url='https://github.com/rgl-epfl/large-steps-pytorch', author='Baptiste Nicolet',