Skip to content

Commit

Permalink
[REL] v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ltirrell committed Jun 29, 2020
1 parent 0126711 commit e6e6694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pycites/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.1.0'
__version__ = '0.1.2'

from .download import get_data, load_data
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycites"
version = "0.1.0"
version = "0.1.2"
description = "Package to download and interact with the CITES Trade Database in Python"
authors = ["Lee Tirrell <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pycites.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.1.0'
assert __version__ == '0.1.2'

0 comments on commit e6e6694

Please sign in to comment.