Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Commit 18a67f0

Browse files
committed
chore(release): 0.1.1
1 parent c1e711c commit 18a67f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

executable/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

executable/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-yapf"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2018"
66

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def get_style_config_from_config(config):
210210
stdin, stdout,
211211
json.dumps({
212212
"name": "dprint-plugin-yapf",
213-
"version": "0.1.0",
213+
"version": "0.1.1",
214214
"configKey": "yapf",
215215
"fileExtensions": ["py"],
216216
"helpUrl": "https://dprint.dev/plugins/yapf",

0 commit comments

Comments
 (0)