Skip to content

Commit bbcb856

Browse files
committed
Update version
1 parent 22c00da commit bbcb856

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

serverdensity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
__author__ = 'Jonathan Sundqvist'
55
__email__ = '[email protected]'
6-
__version__ = '0.1.35'
6+
__version__ = '0.1.36'
77

88

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
3+
from serverdensity import __version__
44

55
try:
66
from setuptools import setup
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name='sd-python-wrapper',
36-
version='0.1.35',
36+
version=__version__,
3737
description="A python wrapper for the Server Density Api",
3838
long_description=readme + '\n\n', # + history,
3939
author="Jonathan Sundqvist",

0 commit comments

Comments
 (0)