Browse Source

Bump version: 0.4.11 → 0.4.12

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

+ 1
- 1
.bumpversion.cfg View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.11
current_version = 0.4.12
commit = True
tag = True



+ 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.4.11",
version = "0.4.12",
packages = ["abp", "abp.static"],
test_suite = "tests",
author = "Pete Shadbolt",


Loading…
Cancel
Save