File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0 .0
2
+ current_version = 0.1 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ emoji-strings
81
81
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/emoji-strings
82
82
:alt: GitHub top language
83
83
84
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/emoji-strings/v0.0 .0
84
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/emoji-strings/v0.1 .0
85
85
:target: https://github.com/domdfcoding/emoji-strings/pulse
86
86
:alt: GitHub commits since tagged version
87
87
Original file line number Diff line number Diff line change 26
26
2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
27
27
"""
28
28
29
- __version__ = "0.0 .0"
29
+ __version__ = "0.1 .0"
30
30
repo_root = pathlib .Path (__file__ ).parent
31
31
install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
32
32
extras_require = {}
Original file line number Diff line number Diff line change 45
45
__author__ : str = "Dominic Davis-Foster"
46
46
__copyright__ : str = "2021 Dominic Davis-Foster"
47
47
__license__ : str = "MIT License"
48
- __version__ : str = "0.0 .0"
48
+ __version__ : str = "0.1 .0"
49
49
__email__ : str = "dominic@davis-foster.co.uk"
50
50
51
51
tokenize_rt ._string_prefixes = frozenset ("bfrug" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
4
4
5
5
[project ]
6
6
name = " emoji-strings"
7
- version = " 0.0 .0"
7
+ version = " 0.1 .0"
8
8
description = " Adds support for emoji-strings in Python, which convert emoji names into actual emoji."
9
9
readme = " README.rst"
10
10
keywords = [ " emoji" , " fstring" ,]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ copyright_years: '2021'
5
5
author : ' Dominic Davis-Foster'
6
6
email : ' dominic@davis-foster.co.uk'
7
7
username : ' domdfcoding'
8
- version : ' 0.0 .0'
8
+ version : ' 0.1 .0'
9
9
license : ' MIT'
10
10
short_desc : " Adds support for emoji-strings in Python, which convert emoji names into actual emoji."
11
11
You can’t perform that action at this time.
0 commit comments