Merge pull request #10 from SimonSegerblomRex/add-init-file

Add __init__.py
This commit is contained in:
Simon Segerblom Rex 2019-05-20 20:19:19 +02:00 committed by GitHub
commit 39eff25ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

0
pdflayers/__init__.py Normal file
View File

View File

@ -10,7 +10,7 @@ def _readme():
setuptools.setup(
name='pdflayers',
version='0.1.0',
version='0.1.1',
author='Simon Segerblom Rex',
description='PDF layer handling.',
long_description=_readme(),