We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fb7d7 commit 887f5d5Copy full SHA for 887f5d5
docs/source/conf.py
@@ -61,8 +61,8 @@
61
author = 'matrix.org'
62
63
64
-version = '0.4.0-dev'
65
-release = '0.4.0-dev'
+version = '0.4.0'
+release = '0.4.0'
66
67
language = None
68
matrix_client/__init__.py
@@ -13,4 +13,4 @@
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
-__version__ = "0.4.0-dev"
+__version__ = "0.4.0"
0 commit comments