Skip to content

Commit

Permalink
bump: version 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 6, 2024
1 parent e838f60 commit d2fbfa9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v0.1.0 (2024-10-06)

### Feat

- **all**: initial release
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = [
"django",
"mastodon",
]
version = "0.0.0"
version = "0.1.0"
classifiers =[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion src/illallangi/django/mastodon/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
__version_info__ (tuple): A tuple containing the major, minor, and patch version numbers.
"""

__version__ = "0.0.0"
__version__ = "0.1.0"
__version_info__ = tuple(map(int, __version__.split("+")[0].split(".")))

0 comments on commit d2fbfa9

Please sign in to comment.