diff --git a/README.md b/README.md index e81e84b..59dc697 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## bashy -version: 0.0.89 +version: 0.0.90 description: bashy handles bash configuration for you diff --git a/config/version.py b/config/version.py index 29b480d..15237ef 100644 --- a/config/version.py +++ b/config/version.py @@ -1 +1 @@ -tup = (0, 0, 89) +tup = (0, 0, 90) diff --git a/core/version.bash b/core/version.bash index 42f074a..9fba7a7 100644 --- a/core/version.bash +++ b/core/version.bash @@ -1,2 +1,2 @@ ### auto generated version file -export BASHY_VERSION_STR="0.0.89" +export BASHY_VERSION_STR="0.0.90"