Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loopy
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Timothy Smith
loopy
Commits
dd487f61
Commit
dd487f61
authored
11 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Change name to loo.py (for PyPI), bump version.
parent
a52e9354
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
loopy/version.py
+2
-2
2 additions, 2 deletions
loopy/version.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
loopy/version.py
+
2
−
2
View file @
dd487f61
...
@@ -23,8 +23,8 @@ THE SOFTWARE.
...
@@ -23,8 +23,8 @@ THE SOFTWARE.
VERSION
=
(
201
1
,
1
)
VERSION
=
(
201
3
,
1
)
VERSION_STATUS
=
"
alph
a
"
VERSION_STATUS
=
"
bet
a
"
VERSION_TEXT
=
"
.
"
.
join
(
str
(
x
)
for
x
in
VERSION
)
+
VERSION_STATUS
VERSION_TEXT
=
"
.
"
.
join
(
str
(
x
)
for
x
in
VERSION
)
+
VERSION_STATUS
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
dd487f61
...
@@ -21,7 +21,7 @@ finally:
...
@@ -21,7 +21,7 @@ finally:
exec
(
compile
(
version_file_contents
,
"
pyopencl/version.py
"
,
'
exec
'
),
ver_dic
)
exec
(
compile
(
version_file_contents
,
"
pyopencl/version.py
"
,
'
exec
'
),
ver_dic
)
setup
(
name
=
"
loopy
"
,
setup
(
name
=
"
loo
.
py
"
,
version
=
ver_dic
[
"
VERSION_TEXT
"
],
version
=
ver_dic
[
"
VERSION_TEXT
"
],
description
=
"
An automatic loop generator for OpenCL
"
,
description
=
"
An automatic loop generator for OpenCL
"
,
long_description
=
""
,
long_description
=
""
,
...
...
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