Skip to content

Commit

Permalink
Prepare openprocurement.tender.openuadefense 2.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
annawzz committed Oct 26, 2017
1 parent 3ccf6a4 commit 7e3038b
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 7e3038b

Please sign in to comment.