Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkinj1 committed Sep 21, 2020
1 parent db9b57d commit 9df943e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
tag_name = {new_version}
current_version = 0.0.0
current_version = 0.1.0

[bumpversion:file:pyproject.toml]
search = version = "{current_version}" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
Expand Down
2 changes: 1 addition & 1 deletion mdformat_beautysh/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from beautysh import Beautify

__version__ = "0.0.0" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
__version__ = "0.1.0" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT


def format_bash(unformatted: str) -> str:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "mdformat-beautysh"
version = "0.0.0" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
version = "0.1.0" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
authors = ["Taneli Hukkinen <hukkinj1@users.noreply.github.com>"]
description = "Mdformat plugin to beautify Bash scripts"
repository = "https://github.com/hukkinj1/mdformat-beautysh"
Expand Down

0 comments on commit 9df943e

Please sign in to comment.