Skip to content

Commit

Permalink
<Dependency update>[]: <Update dependencies>
Browse files Browse the repository at this point in the history
[fix README]

[]
  • Loading branch information
Humberto Sanchez II committed Nov 3, 2022
1 parent 76f5ad4 commit 579b13f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Build Status](https://app.travis-ci.com/hasii2011/pyutplugincore.svg?branch=master)](https://app.travis-ci.com/hasii2011/pyutplugincore)
<img width="34" height="20" src="./docs/agpl-license-web-badge-version-2.png"/>
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)


Expand Down
Binary file added docs/agpl-license-web-badge-version-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ typing_extensions==4.4.0
types-setuptools==65.5.0.2

pyutmodel==1.1.0
ogl==0.60.6
untanglepyut==0.5.3
ogl==0.60.8
untanglepyut==0.5.5

wxpython~=4.2.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="oglio",
version="0.5.9",
version="0.5.10",
author_email='Humberto.A.Sanchez.II@gmail.com',
maintainer='Humberto A. Sanchez II',
maintainer_email='humberto.a.sanchez.ii@gmail.com',
Expand All @@ -28,7 +28,7 @@
install_requires=[
'wxPython==4.2.0',
'pyutmodel==1.1.0',
'ogl==0.60.6',
'untanglepyut==0.5.3',
'ogl==0.60.8',
'untanglepyut==0.5.5',
],
)

0 comments on commit 579b13f

Please sign in to comment.