diff --git a/README.md b/README.md index 1ac7858..f7a557b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 1. git commit -m "release" 2. git tag [version] 3. pyb publish upload -4. git push -t +4. git push && git push --tag 5. Versions nr in build.py: hochzählen, *.dev0 anfügen 7. git commit & push 8. sudo pip3 install ddadevops==0.3.4.dev1 --pre diff --git a/build.py b/build.py index 79942ec..61220a4 100644 --- a/build.py +++ b/build.py @@ -27,7 +27,7 @@ use_plugin("python.distutils") default_task = "publish" name = "ddadevops" -version = "0.3.4" +version = "0.3.5.dev0" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]