aboutsummaryrefslogtreecommitdiffstats
path: root/change_version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'change_version.sh')
-rw-r--r--change_version.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/change_version.sh b/change_version.sh
new file mode 100644
index 0000000..5ea7a63
--- /dev/null
+++ b/change_version.sh
@@ -0,0 +1 @@
+find -name "Pubnub*py" | xargs sed -i "s/PubNub\ [0-9]\.[0-9]\.[0-9]/PubNub\ `cat VERSION`/g"