Skip to content

Commit

Permalink
feat(ver): minor version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Aug 30, 2020
1 parent 54ad4cc commit 9319b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color_matcher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""

__version__ = '0.2.5'
__version__ = '0.2.6'

from .top_level import ColorMatcher
from .hist_matcher import HistogramMatcher
Expand Down

0 comments on commit 9319b58

Please sign in to comment.