Skip to content

Commit d339108

Browse files
committed
Bump 1.0.0-a55
1 parent a69002d commit d339108

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-a51
137+
pip install minet==1.0.0-a55
138138

139139
# For more stability (v0.67.1)
140-
# Note that the present documentation targets 1.0.0-a51,
140+
# Note that the present documentation targets 1.0.0-a55,
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-a54"
2-
__published__ = "2023-10-16"
1+
__version__ = "1.0.0-a55"
2+
__published__ = "2023-10-19"
33
__identifier__ = "%s (%s)" % (__version__, __published__)

0 commit comments

Comments
 (0)