This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update version to 0.4.3
master
Pete Shadbolt
8 years ago
parent
9f715aa713
commit
cf473af577
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+1
-1
setup.py
+ 1
- 0
.gitignore
View File
@@ -1,3 +1,4 @@
README
scripts/
chp/
.venv
+ 1
- 1
setup.py
View File
@@ -6,7 +6,7 @@ STATIC = glob("static/*.*")+glob("static/img/*.*")+glob("static/scripts/*.*")
setup(
name = "abp",
version = "0.4.
2
",
version = "0.4.
3
",
packages = find_packages(),
test_suite = "tests",
author = "Pete Shadbolt",
Write
Preview
Loading…
Cancel
Save