Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Bump version: 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed May 26, 2016
1 parent cc61c55 commit 62e6b99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion autobahn_sync/__init__.py
Expand Up @@ -37,5 +37,5 @@
on_challenge
)

__version__ = '0.3.1'
__version__ = '0.3.2'
__license__ = 'MIT'
12 changes: 4 additions & 8 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = True
tag = True

Expand All @@ -12,14 +12,10 @@ search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python
# 3. If at all possible, it is good practice to do this. If you cannot, you
# will need to generate wheels for each Python version that you support.
universal=1
universal = 1

# E127: continuation line over-indented for visual indent
# E128: continuation line under-indented for visual indent
[flake8]
ignore = E127,E128
max-line-length = 100
exclude=.git,docs,tests,restkit/compat.py,env,venv,.ropeproject,_sandbox
exclude = .git,docs,tests,restkit/compat.py,env,venv,.ropeproject,_sandbox

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@

setup(
name='autobahn-sync',
version='0.3.1',
version='0.3.2',
description='Bring autobahn to your synchronous apps !',
long_description=readme,
author='Emmanuel Leblond',
Expand Down

0 comments on commit 62e6b99

Please sign in to comment.