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

Commit 54510ac

Browse files
committed
[release] we release 0.1.0
1 parent ba1ba79 commit 54510ac

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cloudstate/version.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
Copyright 2020 Lightbend Inc.
53
Licensed under the Apache License, Version 2.0.
64
"""
75

8-
__version__ = "0.5.0"
6+
__version__ = "0.1.0"

shoppingcart/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.8.0-slim
22

33
COPY ./dist /dist
4-
RUN pip install /dist/cloudstate-0.5.0-py3-none-any.whl
4+
RUN pip install /dist/cloudstate-0.1.0-py3-none-any.whl
55

66
WORKDIR /app
77
COPY ./shoppingcart ./shoppingcart

0 commit comments

Comments
 (0)