From fde931cd742248e167b9310e63af79b6ac8ca142 Mon Sep 17 00:00:00 2001 From: Gleb Solovev Date: Fri, 2 Aug 2024 12:26:21 +0300 Subject: [PATCH] Update release --- .gitignore | 7 +++++-- setup.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 186b2fce1..2a0c53a38 100644 --- a/.gitignore +++ b/.gitignore @@ -33,11 +33,14 @@ MANIFEST # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec - +writer +weights +result_tests +gefest/surrogate_models/gendata # Installer logs pip-log.txt pip-delete-this-directory.txt - +data_from_comsol # Unit test / coverage reports htmlcov/ .tox/ diff --git a/setup.py b/setup.py index dae71d66d..fd86d9e14 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ SHORT_DESCRIPTION = 'The toolbox for the generative design of physical objects' README = Path(HERE, 'README.rst').read_text() URL = 'https://github.com/ITMO-NSS-team/GEFEST' -VERSION = '0.1.0' +VERSION = '0.2.0' REQUIRES_PYTHON = '>=3.9' LICENSE = 'BSD 3-Clause'