diff --git a/setup.py b/setup.py index 47cbf5ef06..ffe08aadc3 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,8 @@ import os from setuptools import setup, find_packages +version = '2.4.22dp' + here = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(here, 'README.rst')) as f: @@ -50,7 +52,7 @@ } setup(name='openprocurement.api', - version='2.4.21dp', + version=version, description='openprocurement.api', long_description=README, classifiers=[