Update to v0.1.23 (#797)
This commit is contained in:
parent
0688b4c01a
commit
bdafc21d3d
@ -52,8 +52,7 @@ def get_bun_version() -> Optional[str]:
|
|||||||
result = subprocess.run(
|
result = subprocess.run(
|
||||||
["bun", "-v"], stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
["bun", "-v"], stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
||||||
)
|
)
|
||||||
version = result.stdout.decode().strip()
|
return result.stdout.decode().strip()
|
||||||
return version
|
|
||||||
except Exception:
|
except Exception:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pynecone"
|
name = "pynecone"
|
||||||
version = "0.1.22"
|
version = "0.1.23"
|
||||||
description = "Web apps in pure Python."
|
description = "Web apps in pure Python."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
authors = [
|
authors = [
|
||||||
|
Loading…
Reference in New Issue
Block a user