2022.23.01.12

This commit is contained in:
ульба 2022-01-23 14:11:31 +05:00
parent 4aefdfe3d5
commit 15a70f6724
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@
* [Example](#example)
* [Install](#install)
* [Usage](#usage)
* [In Python console]()
* [As a standalone application]()
* [In Python console](#in-python-console)
* [As a standalone application](#as-a-standalone-application)
* [List of supported mockups](#list-of-supported-mockups)
* [Phones](#phones)
* [Tablets](#tablets)

View File

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='MockupEngineer',
version='2022.23.01.11',
version='2022.23.01.12',
packages=find_packages(),
url='https://github.com/ulbwazhine/MockupEngineer',
license='MIT',