1 parent a305469 commit f3dbdd1Copy full SHA for f3dbdd1
3 files changed
docs/conf.py
@@ -60,7 +60,7 @@
60
# built documents.
61
#
62
# The full version, including alpha/beta/rc tags.
63
-release = '0.7.0'
+release = '0.8.0'
64
65
# The short X.Y version.
66
version = release
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.0
+current_version = 0.8.0
3
message = Bump version: {current_version} -> {new_version}
4
commit = True
5
tag = True
setup.py
@@ -44,7 +44,7 @@
44
#-----------------------------------------------------------------------------
45
kw = {
46
'name': 'evdev',
47
- 'version': '0.7.0',
+ 'version': '0.8.0',
48
49
'description': 'Bindings to the Linux input handling subsystem',
50
'long_description': open(pjoin(here, 'README.rst')).read(),
0 commit comments