Skip to content

Commit

Permalink
Version bump 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoyka committed Jan 3, 2021
1 parent 9044eef commit 0ef23ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.1.0"
release = "0.1.0"
version = "0.1.1"
release = "0.1.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.1.0"
__version__ = "0.1.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.1.0",
version="0.1.1",
author="Ben Soyka",
author_email="[email protected]",
description="Python utilities for colors",
Expand Down

0 comments on commit 0ef23ba

Please sign in to comment.