Skip to content

Commit

Permalink
[CI AUTO] Sync triggered by generalgui
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Nov 27, 2021
1 parent 2339ceb commit 8ee06c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
pip install git+ssh://git@github.com/ManderaGeneral/generalbrowser.git
pip install git+ssh://git@github.com/ManderaGeneral/generalfile.git
pip install git+ssh://git@github.com/ManderaGeneral/generalvector.git
pip install git+ssh://git@github.com/ManderaGeneral/manderageneral.git
pip install git+ssh://git@github.com/ManderaGeneral/generalgui.git
pip install git+ssh://git@github.com/ManderaGeneral/generalmainframe.git
pip install git+ssh://git@github.com/ManderaGeneral/generalpackager.git
git clone ssh://git@github.com/ManderaGeneral/generallibrary.git
git clone ssh://git@github.com/ManderaGeneral/generalbrowser.git
git clone ssh://git@github.com/ManderaGeneral/generalfile.git
git clone ssh://git@github.com/ManderaGeneral/generalvector.git
git clone ssh://git@github.com/ManderaGeneral/manderageneral.git
git clone ssh://git@github.com/ManderaGeneral/generalgui.git
git clone ssh://git@github.com/ManderaGeneral/generalmainframe.git
git clone ssh://git@github.com/ManderaGeneral/generalpackager.git
git clone ssh://git@github.com/Mandera/Mandera.git
Expand Down Expand Up @@ -72,14 +72,14 @@ jobs:
pip install git+ssh://git@github.com/ManderaGeneral/generalbrowser.git
pip install git+ssh://git@github.com/ManderaGeneral/generalfile.git
pip install git+ssh://git@github.com/ManderaGeneral/generalvector.git
pip install git+ssh://git@github.com/ManderaGeneral/manderageneral.git
pip install git+ssh://git@github.com/ManderaGeneral/generalgui.git
pip install git+ssh://git@github.com/ManderaGeneral/generalmainframe.git
pip install git+ssh://git@github.com/ManderaGeneral/generalpackager.git
git clone ssh://git@github.com/ManderaGeneral/generallibrary.git
git clone ssh://git@github.com/ManderaGeneral/generalbrowser.git
git clone ssh://git@github.com/ManderaGeneral/generalfile.git
git clone ssh://git@github.com/ManderaGeneral/generalvector.git
git clone ssh://git@github.com/ManderaGeneral/manderageneral.git
git clone ssh://git@github.com/ManderaGeneral/generalgui.git
git clone ssh://git@github.com/ManderaGeneral/generalmainframe.git
git clone ssh://git@github.com/ManderaGeneral/generalpackager.git
git clone ssh://git@github.com/Mandera/Mandera.git
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package and 6 other make up [ManderaGeneral](https://github.com/ManderaGene
## Information
| Package | Ver | Latest Release | Python | Platform | Lvl | Todo | Tests |
|:-----------------------------------------------------------------|:--------------------------------------------------|:---------------------|:-------------------------------------------------------------------------------------------------------------------------|:----------------|------:|:----------------------------------------------------------|:--------|
| [generalvector](https://github.com/ManderaGeneral/generalvector) | [1.5.13](https://pypi.org/project/generalvector/) | 2021-11-19 18:47 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | 1 | [1](https://github.com/ManderaGeneral/generalvector#Todo) | 100.0 % |
| [generalvector](https://github.com/ManderaGeneral/generalvector) | [1.5.14](https://pypi.org/project/generalvector/) | 2021-11-27 21:33 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | 1 | [1](https://github.com/ManderaGeneral/generalvector#Todo) | 100.0 % |

## Contents
<pre>
Expand Down Expand Up @@ -57,5 +57,5 @@ This package and 6 other make up [ManderaGeneral](https://github.com/ManderaGene
| <a href='https://github.com/ManderaGeneral/generalvector/blob/master/generalvector/general.py#L1'>general.py</a> | <a href='https://github.com/ManderaGeneral/generalvector/blob/master/generalvector/general.py#L7'>Move most methods to _GeneralVector.</a> |

<sup>
Generated 2021-11-24 10:41 CET for commit <a href='https://github.com/ManderaGeneral/generalvector/commit/master'>master</a>.
Generated 2021-11-27 21:33 CET for commit <a href='https://github.com/ManderaGeneral/generalvector/commit/master'>master</a>.
</sup>
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"installable": true,
"name": "generalvector",
"version": "1.5.13",
"version": "1.5.14",
"description": "Simple immutable vectors.",
"install_requires": [
"generallibrary"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name="generalvector",
author='Rickard "Mandera" Abraham',
author_email="rickard.abraham@gmail.com",
version="1.5.13",
version="1.5.14",
description="Simple immutable vectors.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8ee06c8

Please sign in to comment.