Skip to content

Commit

Permalink
[CI AUTO] Sync triggered by generalpackager
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Feb 8, 2021
1 parent 8b49486 commit fa5961c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 3 other make up [ManderaGeneral](https://github.com/Mandera).
## Information
| Package | Version | Latest Release | Python | Platform | Todos | Hierarchy |
|:-------------------------------------------------------------------|:--------------------------------------------------|:---------------------|:-------------------------------------------------------------------------------------------------------------------------|:----------------|:------------------------------------------------------------|------------:|
| [generallibrary](https://github.com/ManderaGeneral/generallibrary) | [2.6.2](https://pypi.org/project/generallibrary/) | 2021-02-07 11:19 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | [23](https://github.com/ManderaGeneral/generallibrary#Todo) | 0 |
| [generallibrary](https://github.com/ManderaGeneral/generallibrary) | [2.6.3](https://pypi.org/project/generallibrary/) | 2021-02-08 08:19 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | [23](https://github.com/ManderaGeneral/generallibrary#Todo) | 0 |

## Contents
<pre>
Expand Down Expand Up @@ -251,5 +251,5 @@ This package and 3 other make up [ManderaGeneral](https://github.com/Mandera).
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L1'>objinfo.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L21'>Disable save, load and copy.</a> |

<sup>
Generated 2021-02-08 08:10 CET for commit <a href='https://github.com/ManderaGeneral/generallibrary/commit/master'>master</a>.
Generated 2021-02-08 08:20 CET for commit <a href='https://github.com/ManderaGeneral/generallibrary/commit/master'>master</a>.
</sup>
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generallibrary",
"version": "2.6.2",
"version": "2.6.3",
"description": "Random useful code categorized into modules.",
"install_requires": [
"packaging",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name="generallibrary",
author='Rickard "Mandera" Abraham',
author_email="rickard.abraham@gmail.com",
version="2.6.2",
version="2.6.3",
description="Random useful code categorized into modules.",
long_description=(Path(__file__).parent / 'README.md').read_text(encoding='utf-8'),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit fa5961c

Please sign in to comment.