Skip to content

Commit

Permalink
Bumb version to 0.1.2 for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
t-charura committed Aug 17, 2024
1 parent 3a2273d commit 9cccbdb
Showing 1 changed file with 2 additions and 2 deletions.
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 = "language-transfer-flashcards"
version = "0.1.1"
version = "0.1.2"
description = "CLI tool converting Language Transfer lessons into Anki flashcards, automating content extraction for efficient language learning."
authors = ["Tendai <[email protected]>"]
license = "MIT"
Expand All @@ -23,8 +23,8 @@ rich = "^13.7.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.1"
black = "^24.4.2"

flake8 = "^7.1.1"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 9cccbdb

Please sign in to comment.