Skip to content

Commit

Permalink
🔖 Bump to v0.1.2 for PyPi release
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaPictoris committed Jul 1, 2022
1 parent 65d38a3 commit 7fe37b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Interact with Modrinth's Labrinth API through Python.

Service | Version
----------------------|----------
Modrinth.py version | v0.1.1
Modrinth.py version | v0.1.2
Labrinth API version | v2.4.4

*Modrinth.py works on the latest Labrinth version!*
Expand Down
2 changes: 1 addition & 1 deletion modrinth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import requests

__version__ = '0.1.1'
__version__ = '0.1.2'

class Authentication:
'''
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "modrinth"
version = "0.1.1"
version = "0.1.2"
description = " Interact with Modrinth's Labrinth API through Python."
readme = "docs/readme.md"
authors = [{ name = "Beta Pictoris", email = "[email protected]" }]
Expand Down

0 comments on commit 7fe37b4

Please sign in to comment.