Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Rapydo 0.6.6 (#22)
Browse files Browse the repository at this point in the history
* Upgrade to rapydo 0.6.6

* [rapydo/issues#130] Upgrade sultan from 0.8.1 to 0.9.1
  • Loading branch information
mdantonio committed Jun 28, 2019
1 parent 5dd9271 commit 9783440
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"pytz",
"python-dateutil",
"plumbum",
"sultan==0.8.1",
"sultan==0.9.1",
],
classifiers=[
'Programming Language :: Python',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_packing.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def test():
ver = check_version("rapydo-blabla")
assert ver is None

install("docker-compose")
# install("docker-compose")
2 changes: 1 addition & 1 deletion utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

__version__ = '0.6.5'
__version__ = '0.6.6'
__authors__ = [
"Paolo D'Onorio De Meo <p.donorio.demeo@gmail.com>",
"Mattia D'Antonio",
Expand Down

0 comments on commit 9783440

Please sign in to comment.