From e4cd2cbb4683b734adae20700b6dc49234c132ba Mon Sep 17 00:00:00 2001 From: Omid <ohosseini@passcal.nmt.edu> Date: Tue, 3 Dec 2024 10:30:51 -0700 Subject: [PATCH] Update gitignore file --- .gitignore | 3 +++ conda.recipe/meta.yaml | 2 +- lopt/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f61ca3b..e4106db 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,6 @@ ENV/ .idea/ .DS_Store + +# vscode +.vscode/ diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 800e832..d568607 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: lopt - version: 2023.2.0.1 + version: 2024.2.0.1 source: path: ../ diff --git a/lopt/__init__.py b/lopt/__init__.py index 0be3172..4ed520f 100644 --- a/lopt/__init__.py +++ b/lopt/__init__.py @@ -4,4 +4,4 @@ __author__ = """IRIS PASSCAL""" __email__ = 'software-support@passcal.nmt.edu' -__version__ = '2023.2.0.1' +__version__ = '2024.2.0.1' diff --git a/setup.py b/setup.py index 826ad7e..d31b091 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,6 @@ setup( name='lopt', packages=find_packages(include=['lopt']), url='https://git.passcal.nmt.edu/software_public/passoft/lopt', - version='2023.2.0.1', + version='2024.2.0.1', zip_safe=False, ) -- GitLab