Skip to content

Commit

Permalink
Merge branch 'production'
Browse files Browse the repository at this point in the history
  • Loading branch information
annawzz committed Oct 26, 2017
2 parents c6b0b4f + 7e3038b commit 5635639
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,12 +1,12 @@
from setuptools import setup, find_packages
import os

version = '2.4.1'
version = '2.4.2'

requires = [
'setuptools',
'openprocurement.api>=2.4',
'openprocurement.tender.openua>=2.4'
'openprocurement.tender.openua>=2.4.2'
]
test_requires = requires + [
'webtest',
Expand Down

0 comments on commit 5635639

Please sign in to comment.