Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.ip.flandmark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
bob
bob.ip.flandmark
Commits
ba3c860d
Commit
ba3c860d
authored
12 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Fix version probing
parent
5a1fe74d
No related branches found
Branches containing commit
Tags
v1.0.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.py
+2
-2
2 additions, 2 deletions
setup.py
xbob/flandmark/version.py
+1
-1
1 addition, 1 deletion
xbob/flandmark/version.py
with
3 additions
and
3 deletions
setup.py
+
2
−
2
View file @
ba3c860d
...
...
@@ -94,7 +94,7 @@ def setup_bob_extension(ext_name, sources):
setup
(
name
=
"
xbob.flandmark
"
,
version
=
"
1.0.
1
"
,
version
=
"
1.0.
2
"
,
description
=
"
Python bindings to the flandmark keypoint localization library
"
,
license
=
"
GPLv3
"
,
author
=
'
Andre Anjos
'
,
...
...
@@ -131,7 +131,7 @@ setup(
],
classifiers
=
[
'
Development Status ::
4
-
Beta
'
,
'
Development Status ::
5
-
Production/Stable
'
,
'
Intended Audience :: Developers
'
,
'
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
'
,
'
Natural Language :: English
'
,
...
...
This diff is collapsed.
Click to expand it.
xbob/flandmark/version.py
+
1
−
1
View file @
ba3c860d
...
...
@@ -5,4 +5,4 @@
"""
Returns the currently compiled version number
"""
__version__
=
__import__
(
'
pkg_resources
'
).
get_distribution
(
'
flandmark
'
).
version
__version__
=
__import__
(
'
pkg_resources
'
).
get_distribution
(
'
xbob.
flandmark
'
).
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