Skip to content

Commit

Permalink
relax requirement versions
Browse files Browse the repository at this point in the history
  • Loading branch information
algrs committed Apr 11, 2017
1 parent d7e2f2f commit 9cc967d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion baiji/serialization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

__version__ = '1.2.0'
__version__ = '1.2.1'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
baiji
simplejson>=3.8.2,<3.9
pyyaml>=3.11,<3.12
simplejson>=3.8.2
pyyaml>=3.11

0 comments on commit 9cc967d

Please sign in to comment.