Skip to content

Commit 051fab8

Browse files
author
Dmitriy Belyaev
committed
Release for feature/disable-9999-validation
1 parent 5b0ad61 commit 051fab8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import os
22
from setuptools import setup, find_packages
33

4+
version = '2.4.22dp'
5+
46
here = os.path.abspath(os.path.dirname(__file__))
57

68
with open(os.path.join(here, 'README.rst')) as f:
@@ -50,7 +52,7 @@
5052
}
5153

5254
setup(name='openprocurement.api',
53-
version='2.4.21dp',
55+
version=version,
5456
description='openprocurement.api',
5557
long_description=README,
5658
classifiers=[

0 commit comments

Comments
 (0)