Skip to content

Commit

Permalink
👽 Decrease minimal version if python to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
b0g3r committed Oct 24, 2020
1 parent f2b94a2 commit 59844bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion plantuml2freemind/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.0'
__version__ = '0.8.2'
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "plantuml2freemind"
version = "0.8.1"
version = "0.8.2"
description = "Converts plantuml mindmaps to freemind .mm files"
authors = ["Boger <kotvberloge@gmail.com>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ keywords = ['plantuml', 'freemind', 'puml', 'mm', 'converter']


[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"
attrs = "^19.3.0"
pyyaml = "^5.3.1"
cleo = "^0.8.1"
Expand Down

0 comments on commit 59844bf

Please sign in to comment.