diff --git a/setup.py b/setup.py index a611b97..7a703e3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'geometric-vector-perceptron', packages = find_packages(), - version = '0.0.6', + version = '0.0.7', license='MIT', description = 'Geometric Vector Perceptron - Pytorch', author = 'Phil Wang and Eric Alcaide',