Skip to content

Commit 0d55a16

Browse files
committed
version 1.0.50
1 parent 0696d7c commit 0d55a16

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
@@ -14,7 +14,7 @@
1414
from ravenpackapi.utils.dynamic_sessions import DynamicSession
1515

1616
_VALID_METHODS = ('get', 'post', 'put', 'delete', 'patch')
17-
VERSION = '1.0.49'
17+
VERSION = '1.0.50'
1818

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

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-
VERSION = '1.0.49'
3+
VERSION = '1.0.50'
44

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

0 commit comments

Comments
 (0)