summaryrefslogtreecommitdiff
path: root/xstatic/pkg/termjs/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/termjs/__init__.py')
-rw-r--r--xstatic/pkg/termjs/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/xstatic/pkg/termjs/__init__.py b/xstatic/pkg/termjs/__init__.py
index 85ac28f..c1d3437 100644
--- a/xstatic/pkg/termjs/__init__.py
+++ b/xstatic/pkg/termjs/__init__.py
@@ -11,9 +11,9 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
-VERSION = '0.0.4' # version of the packaged files, please use the upstream
+VERSION = '0.0.7' # version of the packaged files, please use the upstream
# version number
-BUILD = '2' # our package build number, so we can release new builds
+BUILD = '0' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi
@@ -50,4 +50,3 @@ LOCATIONS = {
# information, because either the base dir/url is exactly for this
# version or the mapping will care for accessing this version.
}
-