Skip to content

Commit 2fb71e0

Browse files
committed
fix
1 parent bc5a60e commit 2fb71e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cuenca/resources/platforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ class Config:
2828
@classmethod
2929
def create(cls, name, *, session: Session = global_session):
3030
req = PlatformRequest(name=name)
31-
return cast('Platform', cls._create(session=session, **req))
31+
return cast('Platform', cls._create(session=session, **req.dict()))

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.10.1.dev0'
1+
__version__ = '0.10.1.dev1'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

0 commit comments

Comments
 (0)