Skip to content

Commit

Permalink
Bump cmmnbuild_dep_manager again
Browse files Browse the repository at this point in the history
  • Loading branch information
levens committed Aug 31, 2016
1 parent b840908 commit daefaf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytimber/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set_xaxis_utctime, set_xlim_date, get_xlim_date)
from . import timberdata

__version__ = "2.2.2"
__version__ = "2.2.3"

cmmnbuild_deps = [
"accsoft-cals-extr-client"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ def run(self):
'pytimber': 'pytimber'
},
setup_requires=[
'cmmnbuild_dep_manager>=1.3.1'
'cmmnbuild_dep_manager>=1.3.2'
],
install_requires=[
'JPype1>=0.6.1',
'cmmnbuild_dep_manager>=1.3.1'
'cmmnbuild_dep_manager>=1.3.2'
],
dependency_links=[
cmmnbuild_url + 'repository/archive.zip?ref=master#egg=cmmnbuild_dep_manager-' + cmmnbuild_version()
Expand Down

0 comments on commit daefaf0

Please sign in to comment.