diff --git a/setup.py b/setup.py index 51e848bbe..73975e098 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ print("Python 3.6 or higher required, please upgrade.") sys.exit(1) -version = "2021.1.0" +version = "2022.1.0" url = "https://github.com/FEniCS/ufl"