Skip to content

Commit

Permalink
Prepare openprocurement.tender.limited 2.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
annawzz committed Oct 26, 2017
1 parent 2f2e9a8 commit 24d6be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup, find_packages
import os

version = '2.4'
version = '2.4.1'

requires = [
'setuptools',
'openprocurement.api>=2.4',
'openprocurement.tender.core>=2.4',
'openprocurement.tender.belowthreshold>=2.4',
'openprocurement.tender.openua>=2.4',
'openprocurement.tender.openua>=2.4.2',
]

test_requires = requires + [
Expand Down

0 comments on commit 24d6be4

Please sign in to comment.