Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist: xenial
script:
- make tests
before_deploy:
- curl -sSL https://raw.githubusercontent.com/Victor-Savu/poetry/patch-1/get-poetry.py | python
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
- poetry build
deploy:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[tool.poetry]
name = "yangify"
version = "0.1.0"
version = "0.1.1"
description = "Library to help parsing/translating YANG models from/to native text/structures"
readme = "README.md"
authors = ["David Barroso <dbarrosop@dravetech.com>"]
license = "Apache-2.0"

Expand Down