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
ff82b2b4
Commit
ff82b2b4
authored
11 months ago
by
Maeva Pourpoint
Browse files
Options
Downloads
Patches
Plain Diff
Increase version number (patch)
parent
d010c695
No related branches found
Branches containing commit
No related tags found
1 merge request
!32
Fix issue #60: Make inventory and column widths adjustable
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
nexus/__init__.py
+1
-1
1 addition, 1 deletion
nexus/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
conda-recipe/meta.yaml
+
1
−
1
View file @
ff82b2b4
package
:
name
:
nexus-passoft
version
:
"
2023.4.6.
0
"
version
:
"
2023.4.6.
1
"
source
:
path
:
../
...
...
This diff is collapsed.
Click to expand it.
nexus/__init__.py
+
1
−
1
View file @
ff82b2b4
...
...
@@ -4,4 +4,4 @@
__author__
=
"""
IRIS PASSCAL
"""
__email__
=
'
software-support@passcal.nmt.edu
'
__version__
=
'
2023.4.6.
0
'
__version__
=
'
2023.4.6.
1
'
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ff82b2b4
...
...
@@ -52,6 +52,6 @@ setup(
packages
=
find_packages
(
include
=
[
'
nexus
'
]),
test_suite
=
'
tests
'
,
url
=
'
https://git.passcal.nmt.edu/software_public/passoft/nexus
'
,
version
=
'
2023.4.6.
0
'
,
version
=
'
2023.4.6.
1
'
,
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