Skip to content

Commit

Permalink
Merge pull request #2 from networktocode/develop
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
dbarrosop authored May 6, 2019
2 parents 8f344d8 + f841b52 commit 8f1dd58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 <[email protected]>"]
license = "Apache-2.0"

Expand Down

0 comments on commit 8f1dd58

Please sign in to comment.