Skip to content

Commit 19b715c

Browse files
authored
Merge pull request #17 from pytest-dev/bump-version-to-0.5.1/1/dev
Bump version to 0.5.1
2 parents f679f60 + 8a09167 commit 19b715c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytest_localserver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.5.0'
1+
VERSION = '0.5.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44

5-
VERSION = '0.5.0'
5+
VERSION = '0.5.1'
66

77

88
def read(fname):

0 commit comments

Comments
 (0)