Skip to content

Commit

Permalink
Bump to version 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-bagterp committed Feb 1, 2022
1 parent b3ce421 commit 6901b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.1.1&color=yellowgreen)](https://github.com/jakob-bagterp/colorist-for-python/releases)
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.1.2&color=yellowgreen)](https://github.com/jakob-bagterp/colorist-for-python/releases)
![Python >=3.9](https://img.shields.io/static/v1?label=python&message=>=3.9&color=green)
[![MIT license](https://img.shields.io/static/v1?label=license&message=MIT&color=blueviolet)](https://github.com/jakob-bagterp/colorist-for-python/blob/master/LICENSE.md)

Expand Down
2 changes: 1 addition & 1 deletion src/colorist/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (1, 1, 1)
__version_info__ = (1, 1, 2)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 6901b79

Please sign in to comment.