Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 02714cc

Browse files
author
Ashley Chaloner
committed
Merge remote-tracking branch 'upstream/master'
2 parents 3fc4b97 + d238543 commit 02714cc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
import json
44
import zipfile
55

6-
__version__ = '0.1.0'
7-
86
DEFAULT_PACKER_PATH = 'packer'
97

108

119
class Packer(object):
12-
"""A packer client.
10+
"""A packer client
1311
"""
1412

1513
def __init__(self, packerfile, exc=None, only=None, vars=None,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(*parts):
1111

1212
setup(
1313
name='python-packer',
14-
version='0.1.0',
14+
version='0.1.1',
1515
url='https://github.com/nir0s/python-packer',
1616
author='nir0s',
1717
author_email='nir36g@gmail.com',

0 commit comments

Comments
 (0)