diff --git a/docs/conf.py b/docs/conf.py index 58b533ef65ee5365a02fd11bd77a61b6b95a9572..23e33b935b1bc11db923df81581a420ab1316eaa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ author = u'DMS Serwis s.c.' # built documents. # # The short X.Y version. -version = '0.91' +version = '0.92' # The full version, including alpha/beta/rc tags. -release = u'0.91' +release = u'0.92' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 3ab7d192521aa0088dcc024eed2d945cc4af88bc..4a6641d594b9176da3f8b3ee44fcd317b700696e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] description-file = README.md name = CoolAMQP -version = 0.92rc2 +version = 0.92 license = MIT License classifiers = Programming Language :: Python