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
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ flake8_strftime
9191.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/flake8_strftime
9292 :alt: GitHub top language
9393
94- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8_strftime/v0.0 .0
94+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8_strftime/v0.1 .0
9595 :target: https://github.com/domdfcoding/flake8_strftime/pulse
9696 :alt: GitHub commits since tagged version
9797
Original file line number Diff line number Diff line change 43432020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4444"""
4545
46- __version__ = "0.0 .0"
46+ __version__ = "0.1 .0"
4747
4848modname = "flake8_strftime"
4949pypi_name = "flake8_strftime"
7070repo_root = pathlib .Path (__file__ ).parent
7171
7272# Get info from files; set: long_description
73- long_description = (repo_root / "README.rst" ).read_text (encoding = "utf-8" ).replace ("0.0 .0" , __version__ ) + '\n '
73+ long_description = (repo_root / "README.rst" ).read_text (encoding = "utf-8" ).replace ("0.1 .0" , __version__ ) + '\n '
7474conda_description = """A flake8 plugin which checks for use of platform specific strftime codes.
7575
7676
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ flake8_strftime
9090.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/flake8_strftime
9191 :alt: GitHub top language
9292
93- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8_strftime/v0.0 .0
93+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8_strftime/v0.1 .0
9494 :target: https://github.com/domdfcoding/flake8_strftime/pulse
9595 :alt: GitHub commits since tagged version
9696
Original file line number Diff line number Diff line change 3333__copyright__ = "2020 Dominic Davis-Foster"
3434
3535__license__ = "MIT"
36- __version__ = "0.0 .0"
36+ __version__ = "0.1 .0"
3737__email__ = "dominic@davis-foster.co.uk"
3838# stdlib
3939import ast
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ repo_name: flake8_strftime
33copyright_years : " 2020"
44author : " Dominic Davis-Foster"
55email : " dominic@davis-foster.co.uk"
6- version : " 0.0 .0"
6+ version : " 0.1 .0"
77username : " domdfcoding"
88license : ' MIT'
99short_desc : " A flake8 plugin which checks for use of platform specific strftime codes."
You can’t perform that action at this time.
0 commit comments