File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ coverage.xml
4848* .cover
4949.hypothesis /
5050
51+ .pytest_cache
52+
5153# Translations
5254* .mo
5355* .pot
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ to allow researchers to build customized catalogs in the clouds
44to help you manage research data.
55
66Installation
7- -------
7+ ------------
88
99The easiest way install pyclowder is using pip and pulling from PyPI.
1010Use the following command to install::
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def description():
99
1010
1111setup (name = 'pyclowder' ,
12- version = '2.0.0 ' ,
12+ version = '2.0.2 ' ,
1313 packages = find_packages (),
1414 description = 'Python SDK for the Clowder Data Management System' ,
1515 long_description = description (),
You can’t perform that action at this time.
0 commit comments