diff --git a/.gitignore b/.gitignore index 698ddffa2251ecb9cd67d2b28de17ab7d7aaa2d5..a955be4df2792f42d0a5d51b08ed6bbf7c2973f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__/ geckodriver.log +test_report.xml \ No newline at end of file diff --git a/setup/setup.py b/setup/setup.py index b5a45271bf19cb89c3e827396cf24780daca39c0..0915c09d522e997d229350ef011fb89785809bfc 100644 --- a/setup/setup.py +++ b/setup/setup.py @@ -36,7 +36,7 @@ if command == "sdist": setup( name='basthon-kernel', - version='0.15.1', + version='0.15.2', description=('Basthon-kernel is used in Basthon Notebook' ' and Basthon Console projects to provide ' 'Python interpreter in the browser.'),