Skip to content

Commit 8036488

Browse files
committed
Bump version to 0.0.4
1 parent 09a84e9 commit 8036488

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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.3'
60+
version = u'0.0.4'
6161
# The full version, including alpha/beta/rc tags.
62-
release = u'0.0.3'
62+
release = u'0.0.4'
6363

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

setup.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
[bumpversion]
2-
current_version = 0.0.3
2+
current_version = 0.0.4
33
commit = True
44
tag = True
55
tag_name = {new_version}
66
message = Bump version to {new_version}
77

88
[bumpversion:file:setup.py]
9+
910
[bumpversion:file:docs/conf.py]
1011

1112
[aliases]
1213
test = pytest
1314

1415
[flake8]
1516
exclude = docs
17+

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.3",
27+
version="0.0.4",
2828
packages=find_packages(
2929
exclude=[
3030
"*.tests",

0 commit comments

Comments
 (0)