Browse Source

Bump version: 0.6.1 → 0.7.0

master
Pete Shadbolt 7 years ago
parent
commit
80a183998d
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.6.1
current_version = 0.7.0
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.6.1",
version = "0.7.0",
packages = ["abp", "abp.static"],
test_suite = "tests",
author = "Pete Shadbolt",


Loading…
Cancel
Save