Commit 53a2be64 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Bump package version to 1.0.0

parent 09f09de7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ setup(
    author='Vít Novotný',
    author_email='witiko@mail.muni.cz',
    url='https://gitlab.fi.muni.cz/xnovot32/ahisto-ocr',
    version='0.0.1',
    version='1.0.0',
    entry_points={
        'console_scripts': [
            'ahisto-ocr=ahisto_ocr.cli:main',
@@ -29,7 +29,7 @@ setup(
        'pyxdg~=0.26',
    ],
    classifiers=[
        'Development Status :: 3 - Alpha',
        'Development Status :: 5 - Production/Stable',
        'Environment :: Console',
        'License :: OSI Approved :: MIT License',
        'Programming Language :: Python :: 3.7',