mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 19:29:28 +00:00
bump version 1.1.1 --> 1.1.2
This commit is contained in:
parent
dd393f8c16
commit
19951ec297
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import logging
|
|||
import os
|
||||
|
||||
|
||||
version_info = (1, 1, 1)
|
||||
version_info = (1, 1, 2)
|
||||
__version__ = '.'.join(str(v) for v in version_info)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue