Skip to content

Commit

Permalink
feat(ver): increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed May 25, 2020
1 parent 2a5af2a commit ba46549
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.4'
__version__ = '0.2.5'

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

0 comments on commit ba46549

Please sign in to comment.