We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b7fae commit 8c0786eCopy full SHA for 8c0786e
pyrefly/Cargo.toml
@@ -2,7 +2,7 @@
2
3
[package]
4
name = "pyrefly"
5
-version = "0.12.1"
+version = "0.13.0"
6
authors = ["Meta"]
7
edition = "2021"
8
repository = "https://github.com/facebook/pyrefly"
version.bzl
@@ -13,4 +13,4 @@
13
# * After updating the version, run `arc autocargo .` in this directory to regenerate `Cargo.toml`
14
# and put the resulting diff up for review. Once the diff lands, the new version should be
15
# available on PyPI within a few hours.
16
-VERSION = "0.12.1"
+VERSION = "0.13.0"
0 commit comments