Skip to content

Commit

Permalink
Version bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoyka committed Jan 5, 2021
1 parent 5b55f05 commit 9779806
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.3.0
current_version = 0.4.0

[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.3.0"
release = "0.3.0"
version = "0.4.0"
release = "0.4.0"


# -- 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.3.0"
__version__ = "0.4.0"

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 @@ -5,7 +5,7 @@

setuptools.setup(
name="pigment",
version="0.3.0",
version="0.4.0",
author="Ben Soyka",
author_email="[email protected]",
description="Python utilities for colors",
Expand Down

0 comments on commit 9779806

Please sign in to comment.