Skip to content
Snippets Groups Projects
Commit e4cd2cbb authored by Omid Hosseini's avatar Omid Hosseini
Browse files

Update gitignore file

parent 898bb8b9
1 merge request!20Resolve "FIx build issue for the new conda-build version"
Pipeline #4276 passed with stage
in 14 seconds
...@@ -105,3 +105,6 @@ ENV/ ...@@ -105,3 +105,6 @@ ENV/
.idea/ .idea/
.DS_Store .DS_Store
# vscode
.vscode/
package: package:
name: lopt name: lopt
version: 2023.2.0.1 version: 2024.2.0.1
source: source:
path: ../ path: ../
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL""" __author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu' __email__ = 'software-support@passcal.nmt.edu'
__version__ = '2023.2.0.1' __version__ = '2024.2.0.1'
...@@ -43,6 +43,6 @@ setup( ...@@ -43,6 +43,6 @@ setup(
name='lopt', name='lopt',
packages=find_packages(include=['lopt']), packages=find_packages(include=['lopt']),
url='https://git.passcal.nmt.edu/software_public/passoft/lopt', url='https://git.passcal.nmt.edu/software_public/passoft/lopt',
version='2023.2.0.1', version='2024.2.0.1',
zip_safe=False, zip_safe=False,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment