File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ def remove_old_library():
201201 shutil .rmtree (path )
202202
203203
204- def generate (contexts : Optional [List [str ]], no_types : bool = False ) -> None :
204+ def generate (contexts : Optional [List [str ]] = None , no_types : bool = False ) -> None :
205205 generate_msg = f"Generating Poly Python SDK for contexts ${ contexts } ..." if contexts else "Generating Poly Python SDK..."
206206 print (generate_msg , end = "" , flush = True )
207207 remove_old_library ()
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools>=61.2", "wheel"]
33
44[project ]
55name = " polyapi-python"
6- version = " 0.3.5.dev0 "
6+ version = " 0.3.5.dev1 "
77description = " The Python Client for PolyAPI, the IPaaS by Developers for Developers"
88authors = [{ name = " Dan Fellin" , email = " dan@polyapi.io" }]
99dependencies = [
You can’t perform that action at this time.
0 commit comments