Increate version to 1.1 for PyPi

This commit is contained in:
sc0tfree 2020-02-18 11:32:34 -05:00
parent 9d7ff77faa
commit 83981d1b8a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
![Version 1.0](http://img.shields.io/badge/version-v1.0-green.svg)
![Version 1.1](http://img.shields.io/badge/version-v1.1-green.svg)
![Python 3.8](http://img.shields.io/badge/python-3.8-blue.svg)
[![MIT License](http://img.shields.io/badge/license-MIT%20License-blue.svg)](https://github.com/sc0tfree/updog/blob/master/LICENSE)
[![sc0tfree Twitter](http://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow)](https://twitter.com/sc0tfree)

View File

@ -1,4 +1,4 @@
version_info = (1,0)
version_info = (1,1)
version = '.'.join(str(c) for c in version_info)
base_directory = ''