mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-15 16:16:17 +00:00
fix for prev
This commit is contained in:
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@@ -20,4 +20,4 @@ jobs:
|
||||
pip install poetry
|
||||
poetry install
|
||||
- name: Check flake8
|
||||
run: python -m flake8 .
|
||||
run: flake8 .
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "olgram"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
description = ""
|
||||
authors = ["Civ Soc <feedback@civsoc.it>"]
|
||||
license = "CC0"
|
||||
|
||||
Reference in New Issue
Block a user