Skip to content

Commit

Permalink
Release for feature/disable-9999-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Belyaev committed Nov 13, 2018
1 parent 5b0ad61 commit 051fab8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -50,7 +52,7 @@
}

setup(name='openprocurement.api',
version='2.4.21dp',
version=version,
description='openprocurement.api',
long_description=README,
classifiers=[
Expand Down

0 comments on commit 051fab8

Please sign in to comment.