Skip to content

Commit acf4e0a

Browse files
committed
Bump version to 2.0.1
Patch release to fix PyPI README image rendering with absolute GitHub URL.
1 parent d06cf50 commit acf4e0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Version 2.0](http://img.shields.io/badge/version-v2.0-green.svg)
1+
![Version 2.0.1](http://img.shields.io/badge/version-v2.0.1-green.svg)
22
![Python 3.11+](http://img.shields.io/badge/python-3.11+-blue.svg)
33
[![MIT License](http://img.shields.io/badge/license-MIT%20License-blue.svg)](https://github.com/sc0tfree/updog/blob/master/LICENSE)
44
[![sc0tfree Twitter](http://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow)](https://twitter.com/sc0tfree)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "updog"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use HTTP basic auth."
55
authors = ["sc0tfree <henry@sc0tfree.com>"]
66
license = "MIT"

updog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (2, 0, 0)
1+
version_info = (2, 0, 1)
22
version = '.'.join(str(c) for c in version_info)
33

44
base_directory = ''

0 commit comments

Comments
 (0)