Browse Source

Bump version: 0.4.10 → 0.4.11

master
Pete Shadbolt 7 years ago
parent
commit
f5e7727d12
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] [bumpversion]
current_version = 0.4.10
current_version = 0.4.11
commit = True commit = True
tag = 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( setup(
name = "abp", name = "abp",
version = "0.4.10",
version = "0.4.11",
packages = ["abp", "abp.static"], packages = ["abp", "abp.static"],
test_suite = "tests", test_suite = "tests",
author = "Pete Shadbolt", author = "Pete Shadbolt",


Loading…
Cancel
Save