Skip to content

Commit

Permalink
Bump version: 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Aug 27, 2018
1 parent 78a4727 commit ae19a3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -60,7 +60,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.1.0'

# The short X.Y version.
version = release
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
message = Bump version: {current_version} -> {new_version}
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@
#-----------------------------------------------------------------------------
kw = {
'name': 'evdev',
'version': '1.0.0',
'version': '1.1.0',

'description': 'Bindings to the Linux input handling subsystem',
'long_description': open(pjoin(here, 'README.rst')).read(),
Expand Down

0 comments on commit ae19a3a

Please sign in to comment.