Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Mar 31, 2016
1 parent 77cd2f7 commit 5f6e05e
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,11 +1,11 @@
from setuptools import setup, find_packages
import os

version = '1.0.1'
version = '2.0'

requires = [
'setuptools',
'openprocurement.api>=0.12b2',
'openprocurement.api>=2.2',
]
test_requires = requires + [
'webtest',
Expand Down

0 comments on commit 5f6e05e

Please sign in to comment.