diff --git a/neobuilder/__init__.py b/neobuilder/__init__.py index 207eefa..34231bf 100644 --- a/neobuilder/__init__.py +++ b/neobuilder/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.2.0-rc.1' +__version__ = '5.2.0' __author__ = 'Thordur Matthiasson ' __license__ = 'MIT License' diff --git a/pyproject.toml b/pyproject.toml index 2bd53b7..bfc7ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ ] dependencies = [ - "protoplasm >=5.0, <6", + "protoplasm >=5.2, <6", "ccptools >= 1.1, <2", "Jinja2 >=3.1, <4", "semver >= 3.0.2, <4" diff --git a/requirements.txt b/requirements.txt index 4fc5d8e..2a8277a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -protoplasm >=5.0, <6 +protoplasm >=5.2, <6 ccptools >=1.1, <2 Jinja2 >=3.1, <4 semver >= 3.0.2, <4