version bump

This commit is contained in:
jem 2019-11-08 20:14:03 +01:00
parent f7d57c2d5e
commit 91f51a0bb6
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
4. git push && git push --tag 4. git push && git push --tag
5. Versions nr in build.py: hochzählen, *.dev0 anfügen 5. Versions nr in build.py: hochzählen, *.dev0 anfügen
7. git commit & push 7. git commit & push
8. sudo pip3 install --pre ddadevops==0.3.4.dev1 8. sudo pip3 install --pre ddadevops==0.3.7.dev0
## License ## License

View file

@ -27,7 +27,7 @@ use_plugin("python.distutils")
default_task = "publish" default_task = "publish"
name = "ddadevops" name = "ddadevops"
version = "0.3.6" version = "0.3.7.dev0"
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
description = __doc__ description = __doc__
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]