Skip to content

Commit 1b9f254

Browse files
committed
Bump version v0.0.0 -> v0.1.0
1 parent 44f0cd7 commit 1b9f254

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.cfg

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

README.rst

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

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
8585
:target: https://github.com/domdfcoding/emoji-strings/pulse
8686
:alt: GitHub commits since tagged version
8787

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "0.0.0"
29+
__version__ = "0.1.0"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
extras_require = {}

emoji_strings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
__author__: str = "Dominic Davis-Foster"
4646
__copyright__: str = "2021 Dominic Davis-Foster"
4747
__license__: str = "MIT License"
48-
__version__: str = "0.0.0"
48+
__version__: str = "0.1.0"
4949
__email__: str = "dominic@davis-foster.co.uk"
5050

5151
tokenize_rt._string_prefixes = frozenset("bfrug")

pyproject.toml

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

55
[project]
66
name = "emoji-strings"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "Adds support for emoji-strings in Python, which convert emoji names into actual emoji."
99
readme = "README.rst"
1010
keywords = [ "emoji", "fstring",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: '2021'
55
author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'domdfcoding'
8-
version: '0.0.0'
8+
version: '0.1.0'
99
license: 'MIT'
1010
short_desc: "Adds support for emoji-strings in Python, which convert emoji names into actual emoji."
1111

0 commit comments

Comments
 (0)