From 43966c7260787da0057c38fa30ef8382eda4ab94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Thu, 14 Nov 2019 18:00:25 +0100 Subject: [PATCH] version bump --- compile_definitions.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compile_definitions.py b/compile_definitions.py index 8a02a93..4a78a02 100644 --- a/compile_definitions.py +++ b/compile_definitions.py @@ -42,7 +42,7 @@ Generated automatically by CoolAMQP from AMQP machine-readable specification. See coolamqp.uplink.framing.compilation for the tool AMQP is copyright (c) 2016 OASIS -CoolAMQP is copyright (c) 2016 DMS Serwis s.c. +CoolAMQP is copyright (c) 2016-2018 DMS Serwis s.c., 2018-2019 SMOK sp. z o.o. ########################################################### diff --git a/setup.cfg b/setup.cfg index def63c4..532735c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] description-file = README.md name = CoolAMQP -version = 0.95 +version = 0.95rc1 license = MIT License classifiers = Programming Language :: Python -- GitLab