Skip to content

Commit

Permalink
bumped vesrion to pypi push
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 5, 2015
1 parent 776a18d commit 730d46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coverage
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!coverage.py: This is a private format, don't read it directly!{"lines": {}}
!coverage.py: This is a private format, don't read it directly!{"lines": {"/Users/sacmac/github/sac/pygbif/pygbif/registry/registry_utils.py": [1, 2, 3, 5, 7, 8, 9, 13, 14, 17, 18, 19, 21, 23, 24, 25, 27, 28, 30, 31, 32, 33, 40], "/Users/sacmac/github/sac/pygbif/pygbif/registry/installations.py": [1, 2, 4, 5], "/Users/sacmac/github/sac/pygbif/pygbif/registry/__init__.py": [3, 4, 5, 6], "/Users/sacmac/github/sac/pygbif/pygbif/species/__init__.py": [3], "/Users/sacmac/github/sac/pygbif/pygbif/registry/datasets.py": [1, 2, 4, 19, 20, 21, 23, 24, 26, 28, 29, 54, 55, 56, 57, 58, 59, 61, 62, 65, 66, 67, 79, 80, 83, 84], "/Users/sacmac/github/sac/pygbif/pygbif/occurrences/search.py": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254], "/Users/sacmac/github/sac/pygbif/pygbif/occurrences/count.py": [1, 3, 4, 5, 131, 132, 29, 30, 31, 32, 33, 34, 36, 133, 47, 48, 49, 51, 64, 65, 66, 68, 82, 83, 84, 86, 99, 100, 101, 103, 116, 117, 118, 120], "/Users/sacmac/github/sac/pygbif/pygbif/species/names.py": [1, 3, 4, 5, 103, 116, 56, 57, 58, 59, 60, 61, 63], "/Users/sacmac/github/sac/pygbif/pygbif/registry/nodes.py": [1, 2, 67, 4, 5, 38, 39, 40, 41, 42, 44, 66, 45, 48, 49, 50, 57, 60, 62, 63], "/Users/sacmac/github/sac/pygbif/pygbif/gbifutils.py": [1, 3, 4, 6, 16, 17, 18, 19, 20, 22, 23, 26, 29], "/Users/sacmac/github/sac/pygbif/pygbif/registry/networks.py": [1, 2, 4, 5], "/Users/sacmac/github/sac/pygbif/pygbif/gbifissues.py": [1, 3, 24, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86], "/Users/sacmac/github/sac/pygbif/pygbif/__init__.py": [35, 37, 38, 39, 40, 42, 43, 44, 45], "/Users/sacmac/github/sac/pygbif/pygbif/occurrences/get.py": [1, 34, 3, 37, 51, 33, 50, 16, 17, 18, 35, 20, 52], "/Users/sacmac/github/sac/pygbif/pygbif/occurrences/__init__.py": [3, 4, 5]}}
2 changes: 1 addition & 1 deletion pygbif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
>>> occurrences.search(geometry='POLYGON((30.1 10.1, 10 20, 20 40, 40 40, 30.1 10.1))', limit=20)
'''

__version__ = '0.1.1.9500'
__version__ = '0.1.2'
__title__ = 'pygbif'
__author__ = 'Scott Chamberlain'
__license__ = 'MIT'
Expand Down

0 comments on commit 730d46a

Please sign in to comment.