Skip to content

Commit

Permalink
Bump 1.0.0-a45
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Jul 24, 2023
1 parent 23d8cf2 commit 0150d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ Else, **minet** can be installed directly as a python CLI tool and library using
# Minet is currently rolling out its v1 alpha
# If you need stability, until Twitter sort its things out,
# run the second command.
pip install minet==1.0.0-a43
pip install minet==1.0.0-a45

# For more stability (v0.67.1)
# Note that the present documentation targets 1.0.0-a43,
# Note that the present documentation targets 1.0.0-a45,
# not 0.67.1 (use -h to get the relevant help).
pip install minet
```
Expand Down
4 changes: 2 additions & 2 deletions minet/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.0.0-a44"
__published__ = "2023-07-20"
__version__ = "1.0.0-a45"
__published__ = "2023-07-24"
__identifier__ = "%s (%s)" % (__version__, __published__)

0 comments on commit 0150d98

Please sign in to comment.