Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
duniter-mirage
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
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
duniter-mirage
Commits
81de4ba1
Commit
81de4ba1
authored
4 years ago
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
0.1.53
parent
c69c4324
No related branches found
No related tags found
No related merge requests found
Pipeline
#10627
passed with warnings
4 years ago
Stage: test
Stage: build
Stage: release
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mirage/__init__.py
+1
-1
1 addition, 1 deletion
mirage/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
mirage/__init__.py
+
1
−
1
View file @
81de4ba1
...
@@ -2,4 +2,4 @@ from .node import Node
...
@@ -2,4 +2,4 @@ from .node import Node
from
.user
import
User
from
.user
import
User
from
.block_forge
import
BlockForge
from
.block_forge
import
BlockForge
__version__
=
"
0.1.5
2
"
__version__
=
"
0.1.5
3
"
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
81de4ba1
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup
(
setup
(
name
=
"
duniter-mirage
"
,
name
=
"
duniter-mirage
"
,
version
=
"
0.1.5
2
"
,
version
=
"
0.1.5
3
"
,
packages
=
find_packages
(),
packages
=
find_packages
(),
author
=
"
inso
"
,
author
=
"
inso
"
,
author_email
=
"
inso@tuta.io
"
,
author_email
=
"
inso@tuta.io
"
,
...
...
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