Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zazasa committed Jun 2, 2020
1 parent 804ef4b commit 41522d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
from setuptools import find_packages, setup

setup(
name='hocr-parser',
version='0.1',
version='1.0',
description='HOCR Specification Python Parser',
author='Athento',
author_email='[email protected]',
Expand Down

0 comments on commit 41522d8

Please sign in to comment.