Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update pyyaml dependency and release 0.1.2 and CLI to PyPi (#204)
Browse files Browse the repository at this point in the history
* Updated pyyaml dep and agogosml version.

* Updated agogosml cli lock file and updated version.
  • Loading branch information
sayar authored Jan 8, 2019
1 parent a30259c commit a204d59
Show file tree
Hide file tree
Showing 9 changed files with 109 additions and 120 deletions.
5 changes: 4 additions & 1 deletion agogosml/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ azure-eventhub = "~=1.2"
requests = "~=2.20"
python-dotenv = "~=0.9"
flask = "~=1.0.2"
pyyaml = "~=3.13"
pyyaml = ">=4.2b1"
jsonschema = "~=2.6"

[pipenv]
allow_prereleases = true
152 changes: 69 additions & 83 deletions agogosml/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agogosml/agogosml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Rami Sayar"""
__email__ = '[email protected]'
__version__ = '0.1.1'
__version__ = '0.1.2'

if __name__ == '__main__':
print(__version__)
2 changes: 1 addition & 1 deletion agogosml/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = False
tag = False

Expand Down
4 changes: 2 additions & 2 deletions agogosml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"requests==2.20.1",
"python-dotenv==0.9.1",
"flask==1.0.2",
"pyyaml==3.13",
"pyyaml>=4.2b1",
"jsonschema==2.6.0"
]

Expand Down Expand Up @@ -47,6 +47,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/Microsoft/agogosml',
version='0.1.1',
version='0.1.2',
zip_safe=False,
)
Loading

0 comments on commit a204d59

Please sign in to comment.