Skip to content

Commit

Permalink
release 7.250.22317
Browse files Browse the repository at this point in the history
  • Loading branch information
klahnakoski committed Nov 13, 2022
2 parents 3dfa7c0 + 0e0cc00 commit c41cb15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
install:
- pip install coverage
- pip install coveralls
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
- pip install -r requirements.txt
script:
- coverage run -m unittest discover tests
after_success:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
name='mo-kwargs',
packages=["mo_kwargs"],
url='https://github.com/klahnakoski/mo-kwargs',
version='7.249.22317',
version='7.250.22317',
zip_safe=False
)
2 changes: 1 addition & 1 deletion setuptools.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@
"name": "mo-kwargs",
"packages": ["mo_kwargs"],
"url": "https://github.com/klahnakoski/mo-kwargs",
"version": "7.249.22317",
"version": "7.250.22317",
"zip_safe": false
}

0 comments on commit c41cb15

Please sign in to comment.