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(
|
||||
["bun", "-v"], stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
||||
)
|
||||
version = result.stdout.decode().strip()
|
||||
return version
|
||||
return result.stdout.decode().strip()
|
||||
except Exception:
|
||||
return None
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "pynecone"
|
||||
version = "0.1.22"
|
||||
version = "0.1.23"
|
||||
description = "Web apps in pure Python."
|
||||
license = "Apache-2.0"
|
||||
authors = [
|
||||
|
Loading…
Reference in New Issue
Block a user