Skip to content

Commit 1c68821

Browse files
committed
Bump version v0.0.0 -> v0.1.0
1 parent eb3496d commit 1c68821

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

66
[bumpversion:file:README.rst]
77

8-
[bumpversion:file:formate_js/__init__.py]
8+
[bumpversion:file:python/formate_js/__init__.py]
99
search = : str = "{current_version}"
1010
replace = : str = "{new_version}"
1111

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "formate-js"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
edition = "2024"
55
description = 'Formate plugin for reformatting JavaScript and TypeScript files with dprint.'
66
license = "MIT"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ formate-js
8181
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/formate-js
8282
:alt: GitHub top language
8383

84-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate-js/v0.0.0
84+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate-js/v0.1.0
8585
:target: https://github.com/python-formate/formate-js/pulse
8686
:alt: GitHub commits since tagged version
8787

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "formate-js"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "Formate plugin for reformatting JavaScript and TypeScript files with dprint."
99
readme = "README.rst"
1010
requires-python = ">=3.8"

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'python-formate'
88
assignee: 'domdfcoding'
9-
version: '0.0.0'
9+
version: '0.1.0'
1010
license: 'MIT'
1111
short_desc: 'Formate plugin for reformatting JavaScript and TypeScript files with dprint.'
1212

0 commit comments

Comments
 (0)