Skip to content

Commit

Permalink
Merge pull request #311 from grycap/fix-pypi
Browse files Browse the repository at this point in the history
Fix error in setup requirements
  • Loading branch information
Alfonso Pérez authored Apr 5, 2019
2 parents a3bebc6 + 7f5e15f commit c76efcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scar/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '3.0.0'
__version__ = '3.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
license='Apache 2.0',
packages=find_namespace_packages(),
install_requires=['boto3',
'urllib3'
'urllib3',
'faas-supervisor',
'tabulate',
'configparser',
Expand Down

0 comments on commit c76efcd

Please sign in to comment.