summaryrefslogtreecommitdiff
path: root/xstatic/pkg/termjs/__init__.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2014-09-29 09:49:06 -0700
committerThomas Kluyver <takowl@gmail.com>2014-09-29 09:49:06 -0700
commita4ac0b809ab0d84c636a760215839bb6d68d0113 (patch)
treeb911d12b0b41d1f24c719f9dc7c0ab2744bb13c3 /xstatic/pkg/termjs/__init__.py
parent182230b2c9b6a3f7bc4a0e6d94ce866c91b4838f (diff)
downloadxstatic-termjs-a4ac0b809ab0d84c636a760215839bb6d68d0113.tar.gz
Include data directory in sdist
Diffstat (limited to 'xstatic/pkg/termjs/__init__.py')
-rw-r--r--xstatic/pkg/termjs/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/termjs/__init__.py b/xstatic/pkg/termjs/__init__.py
index 7efa03c..85ac28f 100644
--- a/xstatic/pkg/termjs/__init__.py
+++ b/xstatic/pkg/termjs/__init__.py
@@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '0.0.4' # version of the packaged files, please use the upstream
# version number
-BUILD = '1' # our package build number, so we can release new builds
+BUILD = '2' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi