Version 0.4
setup.py
9 | 9 | ||
10 | 10 | setup ( | |
11 | 11 | name="offlate", | |
12 | - | version="0.3.0", | |
12 | + | version="0.4.0", | |
13 | 13 | packages=find_packages(exclude=['.guix-profile*']), | |
14 | 14 | python_requires = '>=3', | |
15 | 15 | install_requires=['polib', 'ruamel.yaml', 'python-dateutil', 'PyQt5', 'pygit2', |