Skip to content

Commit

Permalink
1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dangost committed Nov 10, 2021
1 parent 217c75c commit cd26691
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
8 changes: 8 additions & 0 deletions poetry.lock

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

14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[tool.poetry]
name = "caspius"
version = "1.2"
description = "Simple log system for python"
authors = ["Dan Gost <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.6"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="caspius",
version="1.0.0",
version="1.2",
description="Easy logging system",
long_description="Logging system which can show timestamp, "
"paint logs by your colors and handle every log by your functions",
Expand Down

0 comments on commit cd26691

Please sign in to comment.