Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ift
D2O
Commits
b8f6f2d9
Commit
b8f6f2d9
authored
Nov 29, 2016
by
Theo Steininger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increased version number to 1.0.6
parent
afca1c21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
d2o/version.py
d2o/version.py
+1
-1
setup.py
setup.py
+2
-2
No files found.
d2o/version.py
View file @
b8f6f2d9
...
...
@@ -20,4 +20,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__
=
'1.0.
5
'
__version__
=
'1.0.
6
'
setup.py
View file @
b8f6f2d9
...
...
@@ -40,8 +40,8 @@ setup(
packages
=
[
'd2o'
,
'd2o.config'
,
'd2o.mpi_dummy'
,
'test'
],
zip_safe
=
False
,
dependency_links
=
[
"git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers-0.
1.1
"
],
install_requires
=
[
'keepers>=0.
1.1
'
],
"git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers-0.
3.4
"
],
install_requires
=
[
'keepers>=0.
3.4
'
],
long_description
=
read
(
'README.rst'
),
license
=
"GPLv3"
,
classifiers
=
[
...
...
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