File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0 .0
2+ current_version = 0.1 .0
33commit = True
44tag = True
55
66[bumpversion:file:README.rst]
77
8- [bumpversion:file:formate_js/__init__.py]
8+ [bumpversion:file:python/ formate_js/__init__.py]
99search = : str = " {current_version}"
1010replace = : str = " {new_version}"
1111
Original file line number Diff line number Diff line change 11[package ]
22name = " formate-js"
3- version = " 0.0 .0"
3+ version = " 0.1 .0"
44edition = " 2024"
55description = ' Formate plugin for reformatting JavaScript and TypeScript files with dprint.'
66license = " MIT"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " formate-js"
7- version = " 0.0 .0"
7+ version = " 0.1 .0"
88description = " Formate plugin for reformatting JavaScript and TypeScript files with dprint."
99readme = " README.rst"
1010requires-python = " >=3.8"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66email : ' dominic@davis-foster.co.uk'
77username : ' python-formate'
88assignee : ' domdfcoding'
9- version : ' 0.0 .0'
9+ version : ' 0.1 .0'
1010license : ' MIT'
1111short_desc : ' Formate plugin for reformatting JavaScript and TypeScript files with dprint.'
1212
You can’t perform that action at this time.
0 commit comments