Skip to content

Commit 420e396

Browse files
author
Dario Varotto
committed
Version bump for pypi
1 parent 66550a8 commit 420e396

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ravenpackapi/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from ravenpackapi.utils.constants import JSON_AVAILABLE_FIELDS
1414

1515
_VALID_METHODS = ('get', 'post', 'put', 'delete')
16-
VERSION = '1.0.11'
16+
VERSION = '1.0.13'
1717

1818
logger = logging.getLogger("ravenpack.core")
1919

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
from ravenpackapi.core import VERSION
3+
VERSION = '1.0.13'
44

55
with open('README.rst') as readme_file:
66
readme = readme_file.read()

0 commit comments

Comments
 (0)