Browse Source

Added bumpversion

master
Pete Shadbolt 7 years ago
parent
commit
aadcd065af
2 changed files with 8 additions and 1 deletions
  1. +7
    -0
      .bumpversion.cfg
  2. +1
    -1
      setup.py

+ 7
- 0
.bumpversion.cfg View File

@@ -0,0 +1,7 @@
[bumpversion]
current_version = 0.4.9
commit = True
tag = True

[bumpversion:file:setup.py]


+ 1
- 1
setup.py View File

@@ -6,7 +6,7 @@ STATIC = glob("abp/static/*.*")+glob("abp/static/img/*.*")+glob("abp/static/scri

setup(
name = "abp",
version = "0.6.0",
version = "0.4.9",
packages = ["abp", "abp.static"],
test_suite = "tests",
author = "Pete Shadbolt",


Loading…
Cancel
Save