Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pekasen committed Jun 15, 2023
1 parent 15d2687 commit dae1c6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ @software{kessling_muench_tegracli_2023
keywords = {Python, Python Package, Network Theory, Network Science, Graphs, Complexity, Complex Systems},
license = {MIT},
organization = {Media Research Methods Lab},
version = {v0.2.5},
version = {v0.2.6},
doi = {10.5281/zenodo.7693369},
url = {https://doi.org/10.5281/zenodo.7693369}
year = {2023}
Expand Down
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 = "tegracli"
version = "0.2.5"
version = "0.2.6"
description = "A research-focused Telegram CLI application"
authors = ["Philipp Kessling <[email protected]>", "Felix Münch <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 2 additions & 0 deletions tegracli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
""" Export group for yaml.full_load
"""
from .group import Group

__version__ = "0.2.6"

0 comments on commit dae1c6e

Please sign in to comment.