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 4125695 + e18ee58 commit 86cf78a
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,13 +1,13 @@
from setuptools import setup, find_packages
import os

version = '1.0.1'
version = '1.0.2'

requires = [
'esculator',
'setuptools',
'openprocurement.api>=2.4.1',
'openprocurement.tender.openeu>=2.4.1',
'openprocurement.tender.openeu>=2.4.2',
]

test_requires = requires + [
Expand Down

0 comments on commit 86cf78a

Please sign in to comment.