Skip to content

Commit b1a9987

Browse files
generatedunixname89002005307016facebook-github-bot
authored andcommitted
Update pyrefly version]
Reviewed By: rchen152 Differential Revision: D76257219 fbshipit-source-id: d51e61b8150e60f77586136fdb6ad9dd8ebc4c20
1 parent 0f0f773 commit b1a9987

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyrefly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "pyrefly"
5-
version = "0.18.1"
5+
version = "0.19.0"
66
authors = ["Meta"]
77
edition = "2024"
88
repository = "https://github.com/facebook/pyrefly"

pyrefly_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "pyrefly_util"
5-
version = "0.18.1"
5+
version = "0.19.0"
66
authors = ["Meta"]
77
edition = "2024"
88
repository = "https://github.com/facebook/pyrefly"

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# * After updating the version, run `arc autocargo pyrefly` in this directory to regenerate `Cargo.toml`
1414
# and put the resulting diff up for review. Once the diff lands, the new version should be
1515
# available on PyPI within a few hours.
16-
VERSION = "0.18.1"
16+
VERSION = "0.19.0"

0 commit comments

Comments
 (0)