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