Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nexus
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
nexus
Commits
5ff20d04
Commit
5ff20d04
authored
3 months ago
by
Omid Hosseini
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 2024
parent
2f28a8ce
No related branches found
No related tags found
1 merge request
!44
Resolve "FIx build issue for the new conda-build version"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
conda-recipe/meta.yaml
+1
-1
1 addition, 1 deletion
conda-recipe/meta.yaml
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
conda-recipe/meta.yaml
+
1
−
1
View file @
5ff20d04
package
:
name
:
nexus-passoft
version
:
"
202
3
.4.6.3"
version
:
"
202
4
.4.6.3"
source
:
path
:
../
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
5ff20d04
[bumpversion]
current_version
= 2
02
3
.4.6.3
current_version
= 2
02
4
.4.6.3
commit
= True
tag
= True
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
5ff20d04
...
...
@@ -52,6 +52,6 @@ setup(
packages
=
find_packages
(
include
=
[
'
nexus
'
]),
test_suite
=
'
tests
'
,
url
=
'
https://git.passcal.nmt.edu/software_public/passoft/nexus
'
,
version
=
'
202
3
.4.6.3
'
,
version
=
'
202
4
.4.6.3
'
,
zip_safe
=
False
,
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment