Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cadbiom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
VIGNET Pierre
cadbiom
Commits
1d2b9ec5
Commit
1d2b9ec5
authored
5 years ago
by
VIGNET Pierre
Browse files
Options
Downloads
Patches
Plain Diff
[cmd][lib] Bump new versions
parent
b7e64b49
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
command_line/setup.py
+1
-1
1 addition, 1 deletion
command_line/setup.py
library/setup.py
+1
-1
1 addition, 1 deletion
library/setup.py
with
2 additions
and
2 deletions
command_line/setup.py
+
1
−
1
View file @
1d2b9ec5
...
@@ -31,7 +31,7 @@ from setuptools import setup, find_packages
...
@@ -31,7 +31,7 @@ from setuptools import setup, find_packages
from
setuptools.command.test
import
test
as
TestCommand
from
setuptools.command.test
import
test
as
TestCommand
from
sys
import
version_info
from
sys
import
version_info
__PACKAGE_VERSION__
=
"
1.0.
0
"
__PACKAGE_VERSION__
=
"
1.0.
1
"
deps
=
[]
deps
=
[]
...
...
This diff is collapsed.
Click to expand it.
library/setup.py
+
1
−
1
View file @
1d2b9ec5
...
@@ -35,7 +35,7 @@ from distutils import sysconfig
...
@@ -35,7 +35,7 @@ from distutils import sysconfig
from
setuptools
import
setup
,
Extension
,
find_packages
from
setuptools
import
setup
,
Extension
,
find_packages
from
setuptools.command.test
import
test
as
TestCommand
from
setuptools.command.test
import
test
as
TestCommand
__PACKAGE_VERSION__
=
"
0.2.
0
"
__PACKAGE_VERSION__
=
"
0.2.
1
"
__LIBRARY_VERSION__
=
"
1.0.0
"
__LIBRARY_VERSION__
=
"
1.0.0
"
################################################################################
################################################################################
...
...
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