fix for prev

This commit is contained in:
mihalin 2022-01-19 16:12:43 +03:00
parent 164a251310
commit 450e283e50
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@ jobs:
pip install poetry
poetry install
- name: Check flake8
run: python -m flake8 .
run: flake8 .

View File

@ -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"