Skip to content

Commit

Permalink
update major version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lnoor committed Jul 16, 2018
1 parent 400ca5d commit 87c02e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@

# General information about the project.
project = u'tinyrpc'
copyright = u'2013, Marc Brinkmann'
copyright = u'2013 - 2018, Marc Brinkmann'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.9'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.9'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(fname):

setup(
name='tinyrpc',
version='0.9.1',
version='1.0.0',
description='A small, modular, transport and protocol neutral RPC '
'library that, among other things, supports JSON-RPC and zmq.',
long_description=read('README.rst'),
Expand Down

0 comments on commit 87c02e5

Please sign in to comment.