From 149b881c1668d5bd03f5c8a06cbe50eb40d71aab Mon Sep 17 00:00:00 2001 From: Gleb Garanin Date: Wed, 25 Aug 2021 16:04:50 +0300 Subject: [PATCH] change workflow name --- .github/workflows/python-package.yml | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 2292ac50..94730588 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -1,4 +1,4 @@ -name: glQiwiApi +name: tests and linters on: push: diff --git a/pyproject.toml b/pyproject.toml index dd1473bf..e2bf6809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "glQiwiApi" -version = "1.0.4a3" +version = "1.0.4a4" description = "The fast and lightweight wrapper of QIWI and YooMoney API's" authors = ["Gleb Garanin "] repository = "https://github.com/GLEF1X/glQiwiApi" diff --git a/setup.py b/setup.py index cf868308..997b0bb9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'tests', 'examples', 'examples.*', 'tests', 'tests.*') ), name="glQiwiApi", # Replace with your own username - version="1.0.4a3", + version="1.0.4a4", author="GLEF1X", author_email="glebgar567@gmail.com", description="Light and fast wrapper of QIWI and YooMoney api's",