Skip to content

Commit 818bc12

Browse files
committed
version bumped up
1 parent 88ce6cb commit 818bc12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyobs/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.5.2
1+
v1.5.3

pyobs/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.5.2"
1+
__version__ = "1.5.3"
22
__version_full__ = __version__

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, Extension, find_packages
22
import os
33

4-
VERSION = (1, 5, 2)
4+
VERSION = (1, 5, 3)
55

66
def get_numpy_include():
77
import numpy

0 commit comments

Comments
 (0)