Skip to content

Commit

Permalink
Version bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoyka committed Jan 4, 2021
1 parent cf71f89 commit 0684a87
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.1
current_version = 0.3.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.2.1"
release = "0.2.1"
version = "0.3.0"
release = "0.3.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.2.1"
__version__ = "0.3.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.2.1",
version="0.3.0",
author="Ben Soyka",
author_email="bensoyka@icloud.com",
description="Python utilities for colors",
Expand Down

0 comments on commit 0684a87

Please sign in to comment.