Skip to content

Commit

Permalink
Merge pull request #25 from knewkarma-io/dev
Browse files Browse the repository at this point in the history
7.0.6
  • Loading branch information
rly0nheart authored Oct 14, 2024
2 parents 0f65410 + d3ab756 commit 8b5dafa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "knewkarma"
version = "7.0.5"
version = "7.0.6"
description = "A Reddit data analysis toolkit"
authors = ["Richard Mwewa <[email protected]>", "Knew Karma IO <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/knewkarma/meta/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Version:
major: tuple[int, str] = 7, "MAJOR"
minor: tuple[int, str] = 0, "MINOR"
patch: tuple[int, str] = 4, "PATCH"
patch: tuple[int, str] = 6, "PATCH"
full_version: str = f"{major[0]}.{minor[0]}.{patch[0]}"
release: str = f"{major[0]}.{minor[0]}"

0 comments on commit 8b5dafa

Please sign in to comment.