Skip to content

Commit

Permalink
Version bump 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoyka committed Jan 3, 2021
1 parent 3f9e3d0 commit 9c47d5b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1

[bumpversion:file:docs/conf.py]

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
author = "Ben Soyka"

# The full version, including alpha/beta/rc tags
version = "0.2.0"
release = "0.2.0"
version = "0.2.1"
release = "0.2.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pigment/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Python utilities for colors"""

__version__ = "0.2.0"
__version__ = "0.2.1"

from colorsys import hls_to_rgb, hsv_to_rgb, rgb_to_hls, rgb_to_hsv
from math import sqrt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="pigment",
version="0.2.0",
version="0.2.1",
author="Ben Soyka",
author_email="bensoyka@icloud.com",
description="Python utilities for colors",
Expand Down

0 comments on commit 9c47d5b

Please sign in to comment.