Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qim3d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
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
QIM
Tools
qim3d
Commits
aff52c48
Commit
aff52c48
authored
2 months ago
by
fima
Browse files
Options
Downloads
Patches
Plain Diff
Setup for v1.0 release
parent
25724b70
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
qim3d/__init__.py
+1
-1
1 addition, 1 deletion
qim3d/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
qim3d/__init__.py
+
1
−
1
View file @
aff52c48
...
@@ -8,7 +8,7 @@ Documentation available at https://platform.qim.dk/qim3d/
...
@@ -8,7 +8,7 @@ Documentation available at https://platform.qim.dk/qim3d/
"""
"""
__version__
=
"
0.9
.0
"
__version__
=
"
1.0
.0
"
import
importlib
as
_importlib
import
importlib
as
_importlib
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
aff52c48
...
@@ -34,7 +34,7 @@ setup(
...
@@ -34,7 +34,7 @@ setup(
classifiers
=
[
classifiers
=
[
"
License :: OSI Approved :: MIT License
"
,
"
License :: OSI Approved :: MIT License
"
,
"
Programming Language :: Python :: 3
"
,
"
Programming Language :: Python :: 3
"
,
"
Development Status ::
4
-
Beta
"
,
"
Development Status ::
5
-
Production/Stable
"
,
"
Intended Audience :: Education
"
,
"
Intended Audience :: Education
"
,
"
Intended Audience :: Science/Research
"
,
"
Intended Audience :: Science/Research
"
,
"
Natural Language :: English
"
,
"
Natural Language :: English
"
,
...
...
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