Skip to content

Commit fe167c1

Browse files
committed
setup.py: version bump to 0.3.8
1 parent e2fcd7a commit fe167c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.3.7'
61+
version = '0.3.8'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.3.7'
63+
release = '0.3.8'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pytest_httpserver",
10-
version="0.3.7",
10+
version="0.3.8",
1111
url="https://www.github.com/csernazs/pytest-httpserver",
1212
packages=find_packages(),
1313
author="Zsolt Cserna",

0 commit comments

Comments
 (0)