Skip to content

Commit

Permalink
Merge pull request #6 from skytin1004/update
Browse files Browse the repository at this point in the history
Update .gitignore and bump version to 0.2.1 in pyproject.toml
  • Loading branch information
skytin1004 authored Sep 20, 2024
2 parents e09ddc2 + e101944 commit b9ba1af
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,25 @@ FodyWeavers.xsd

# JetBrains Rider
*.sln.iml

# Environments
.env
.venv
env/
venv/
venv2/
ENV/
env.bak/
venv.bak/

# Generated output
dist

# PyCharm
.idea/

# pytest cache directory
.pytest_cache/

# Egg info
co_op_translator.egg-info/
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "co_op_translator"
version = "0.2.0"
version = "0.2.1"
description = "Easily automate multilingual translations for your projects with co-op-translator, powered by advanced LLM technology."
authors = ["Minseok Song <[email protected]>", "timothychungd <[email protected]>"]
maintainers = []
Expand Down Expand Up @@ -115,7 +115,6 @@ skip_empty = true
show_missing = false
ignore_errors = true


[tool.coverage.html]
directory = "coverage"

Expand Down

0 comments on commit b9ba1af

Please sign in to comment.