Skip to content

Commit 33890f8

Browse files
committed
Bump 1.0.0-a51
1 parent 36084f9 commit 33890f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ Else, **minet** can be installed directly as a python CLI tool and library using
134134
# Minet is currently rolling out its v1 alpha
135135
# If you need stability, until Twitter sort its things out,
136136
# run the second command.
137-
pip install minet==1.0.0-a50
137+
pip install minet==1.0.0-a51
138138

139139
# For more stability (v0.67.1)
140-
# Note that the present documentation targets 1.0.0-a50,
140+
# Note that the present documentation targets 1.0.0-a51,
141141
# not 0.67.1 (use -h to get the relevant help).
142142
pip install minet
143143
```

minet/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.0.0-a50"
2-
__published__ = "2023-08-18"
1+
__version__ = "1.0.0-a51"
2+
__published__ = "2023-08-21"
33
__identifier__ = "%s (%s)" % (__version__, __published__)

0 commit comments

Comments
 (0)