Skip to content

Commit 8f1dd58

Browse files
authored
Merge pull request #2 from networktocode/develop
Release 0.1.1
2 parents 8f344d8 + f841b52 commit 8f1dd58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dist: xenial
44
script:
55
- make tests
66
before_deploy:
7-
- curl -sSL https://raw.githubusercontent.com/Victor-Savu/poetry/patch-1/get-poetry.py | python
7+
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
88
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
99
- poetry build
1010
deploy:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[tool.poetry]
22
name = "yangify"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Library to help parsing/translating YANG models from/to native text/structures"
5+
readme = "README.md"
56
authors = ["David Barroso <[email protected]>"]
67
license = "Apache-2.0"
78

0 commit comments

Comments
 (0)