Skip to content

Commit d8361f8

Browse files
committed
Bump to v0.5.0
1 parent de4d0f9 commit d8361f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
project = 'sphinx-argparse'
1212
copyright = '2017, Alex Rudakov, Devon Ryan, and contributors'
13-
release = version = '0.2.5'
13+
release = version = '0.5.0'
1414

1515
# -- Options for intersphinx ---------------------------------------------------
1616

sphinxarg/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
__version__ = '0.2.5'
1+
__version__ = '0.5.0'
2+
version_info = (0, 5, 0)

0 commit comments

Comments
 (0)