Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
daxs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
spectroscopy
daxs
Commits
fd5bd301
Commit
fd5bd301
authored
11 months ago
by
Marius Retegan
Browse files
Options
Downloads
Patches
Plain Diff
Update version
parent
42154fee
No related branches found
Branches containing commit
Tags
1.34.0
Tags containing commit
No related merge requests found
Pipeline
#170827
failed
11 months ago
Stage: style
Stage: test
Stage: deploy
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
setup.py
+0
-4
0 additions, 4 deletions
setup.py
src/daxs/__init__.py
+1
-1
1 addition, 1 deletion
src/daxs/__init__.py
with
2 additions
and
6 deletions
LICENSE
+
1
−
1
View file @
fd5bd301
MIT License
Copyright (c) 2020-202
3
European Synchrotron Radiation Facility
Copyright (c) 2020-202
4
European Synchrotron Radiation Facility
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
This diff is collapsed.
Click to expand it.
setup.py
deleted
100644 → 0
+
0
−
4
View file @
42154fee
import
setuptools
if
__name__
==
"
__main__
"
:
setuptools
.
setup
()
This diff is collapsed.
Click to expand it.
src/daxs/__init__.py
+
1
−
1
View file @
fd5bd301
__version__
=
"
202
3.1.dev
"
__version__
=
"
202
4.0
"
if
__name__
==
"
__main__
"
:
# pragma: no cover
print
(
f
"
{
__version__
}
"
)
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