Skip to content

Commit 6df3479

Browse files
authored
Merge pull request #11 from arvkevi/release/v0.2.1
Bump version: 0.2.0 → 0.2.1
2 parents f594f6d + 0792716 commit 6df3479

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
year = "2022"
2121
author = "Kevin Arvai"
2222
copyright = "{0}, {1}".format(year, author)
23-
version = release = "0.2.0"
23+
version = release = "0.2.1"
2424

2525
pygments_style = "trac"
2626
templates_path = ["."]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(*names, **kwargs):
2020

2121
setup(
2222
name="img2cmap",
23-
version="0.2.0",
23+
version="0.2.1",
2424
license="MIT",
2525
description="Create colormaps from images",
2626
long_description="{}\n{}".format(

src/img2cmap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .convert import ImageConverter # noqa: F401, E999
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)