Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
D-GENIES
Commits
73abe0c3
Commit
73abe0c3
authored
Feb 23, 2018
by
Floreal Cabanettes
Browse files
Change version to 1.0.1
parent
165261ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
73abe0c3
...
...
@@ -6,7 +6,7 @@ install_reqs = parse_requirements('requirements.txt', session='hack')
# reqs is a list of requirement
# e.g. ['django==1.5.1', 'mezzanine==1.4.6']
reqs
=
[
str
(
ir
.
req
)
for
ir
in
install_reqs
]
version
=
'1.0.
0
'
version
=
'1.0.
1
'
if
os
.
name
==
"posix"
:
...
...
win32/build_setup.iss
View file @
73abe0c3
...
...
@@ -5,7 +5,7 @@
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
#define AppVer="1.0"
#define AppVer="1.0
.1
"
AppId={{4B4F7755-28D0-4157-89AA-9752C38E3508}
AppName=D-Genies
AppVersion={#AppVer}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment