Skip to content

Commit aad3472

Browse files
committed
Bump version to 0.0.6
1 parent 9423ad5 commit aad3472

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = u'0.0.5'
60+
version = u'0.0.6'
6161
# The full version, including alpha/beta/rc tags.
62-
release = u'0.0.5'
62+
release = u'0.0.6'
6363

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

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.5
2+
current_version = 0.0.6
33
commit = True
44
tag = True
55
tag_name = {new_version}

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def required(fname):
2424

2525
setup(
2626
name="xbee-helper",
27-
version="0.0.5",
27+
version="0.0.6",
2828
packages=find_packages(
2929
exclude=[
3030
"*.tests",

0 commit comments

Comments
 (0)