Skip to content

Commit

Permalink
bump version up; v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruno46 committed Oct 10, 2023
1 parent 161baa7 commit ebbce14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyobs/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.1
v1.5.0
2 changes: 1 addition & 1 deletion pyobs/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.4.1"
__version__ = "1.5.0"
__version_full__ = __version__
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, Extension, find_packages
import os

VERSION = (1, 4, 1)
VERSION = (1, 5, 0)

def get_numpy_include():
import numpy
Expand Down

0 comments on commit ebbce14

Please sign in to comment.