Skip to content

Commit

Permalink
Update Version to Match PyPI Release Version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
biniona authored Oct 9, 2024
1 parent a5b216a commit a6b0cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Changelog

## v1.1.0-beta.1
## v1.1.0

Add support for async Python. This version introduces the following methods and decorators:

Expand Down
2 changes: 1 addition & 1 deletion minject/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, api, path): ...
something = registry['something_i_need']
"""

__version__ = "1.1.0-beta.1"
__version__ = "1.1.0"

from . import inject
from .inject_attrs import inject_define as define, inject_field as field
Expand Down

0 comments on commit a6b0cc3

Please sign in to comment.