You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/08/23 13:49:43 UTC

[buildstream-plugins] branch master updated: setup.py: Updating version in setup.py

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git


The following commit(s) were added to refs/heads/master by this push:
     new c6f783b  setup.py: Updating version in setup.py
c6f783b is described below

commit c6f783b206bb246e7849c489c5daa94ba5c853bb
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Aug 16 17:16:17 2022 +0900

    setup.py: Updating version in setup.py
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 5be97b9..c1fcb66 100755
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ with open(
 
 setup(
     name="buildstream-plugins",
-    version="1.95.0",
+    version="1.95.1",
     author="BuildStream Developers",
     author_email="dev@buildstream.apache.org",
     classifiers=[