Skip to content

Commit

Permalink
prepare 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Oct 5, 2017
1 parent c92955f commit fa33bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup, find_packages
import os

version = '2.4'
version = '2.4.1'

requires = [
'setuptools',
'openprocurement.api>=2.4',
'openprocurement.tender.core',
'openprocurement.tender.belowthreshold'
'openprocurement.tender.core>=2.4.1',
'openprocurement.tender.belowthreshold>=2.4.1'
]
test_requires = requires + [
'webtest',
Expand Down

0 comments on commit fa33bc6

Please sign in to comment.