Skip to content

Commit

Permalink
Increment version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0tfree committed Feb 19, 2020
1 parent 1fe14fb commit 28a1ac1
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 @@
![Version 1.3](http://img.shields.io/badge/version-v1.3-green.svg)
![Version 1.4](http://img.shields.io/badge/version-v1.4-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)
Expand Down
2 changes: 1 addition & 1 deletion updog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (1,3)
version_info = (1,4)
version = '.'.join(str(c) for c in version_info)

base_directory = ''

0 comments on commit 28a1ac1

Please sign in to comment.