release version 0.2.3

This commit is contained in:
Johannes 'josch' Schauer 2017-01-20 05:47:06 +01:00
parent 1513ab3421
commit e20fe4944c
3 changed files with 7 additions and 2 deletions

View file

@ -2,6 +2,11 @@
CHANGES
=======
0.2.3
-----
- version number bump for botched pypi upload...
0.2.2
-----

View file

@ -1,6 +1,6 @@
from setuptools import setup
VERSION = "0.2.2"
VERSION = "0.2.3"
setup(
name='img2pdf',

View file

@ -28,7 +28,7 @@ from enum import Enum
from io import BytesIO
import logging
__version__ = "0.2.2"
__version__ = "0.2.3"
default_dpi = 96.0
papersizes = {
"letter": "8.5inx11in",