Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyrasite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
pyrasite
Commits
cdad74bd
Commit
cdad74bd
authored
Mar 20, 2012
by
Luke Macken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0beta8 version bump
parent
1631def1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pkgs/fedora/pyrasite.spec
pkgs/fedora/pyrasite.spec
+1
-1
pyrasite/__init__.py
pyrasite/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
pkgs/fedora/pyrasite.spec
View file @
cdad74bd
%global betaver beta
6
%global betaver beta
8
Name: pyrasite
Version: 2.0
...
...
pyrasite/__init__.py
View file @
cdad74bd
__version__
=
'2.0beta
6
'
__version__
=
'2.0beta
8
'
__all__
=
(
'inject'
,
'inspect'
,
'PyrasiteIPC'
,
'ReverseConnection'
,
'ReversePythonConnection'
)
__license__
=
"""
\
...
...
setup.py
View file @
cdad74bd
from
setuptools
import
setup
,
find_packages
version
=
'2.0beta
6
'
version
=
'2.0beta
8
'
f
=
open
(
'README.rst'
)
long_description
=
f
.
read
().
split
(
'split here'
)[
1
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment