File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 57
57
# built documents.
58
58
#
59
59
# The short X.Y version.
60
- version = u'0.0.3 '
60
+ version = u'0.0.4 '
61
61
# The full version, including alpha/beta/rc tags.
62
- release = u'0.0.3 '
62
+ release = u'0.0.4 '
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.3
2
+ current_version = 0.0.4
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
6
6
message = Bump version to {new_version}
7
7
8
8
[bumpversion:file:setup.py]
9
+
9
10
[bumpversion:file:docs/conf.py]
10
11
11
12
[aliases]
12
13
test = pytest
13
14
14
15
[flake8]
15
16
exclude = docs
17
+
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def required(fname):
24
24
25
25
setup (
26
26
name = "xbee-helper" ,
27
- version = "0.0.3 " ,
27
+ version = "0.0.4 " ,
28
28
packages = find_packages (
29
29
exclude = [
30
30
"*.tests" ,
You can’t perform that action at this time.
0 commit comments