diff --git a/msk/__init__.py b/msk/__init__.py index 3baa3ef..8e47a8d 100644 --- a/msk/__init__.py +++ b/msk/__init__.py @@ -15,4 +15,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = '0.3.14' # Also update in setup.py +__version__ = '0.3.15' # Also update in setup.py diff --git a/setup.py b/setup.py index 7a0d95a..246a4e7 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='msk', - version='0.3.14', # Also update in msk/__init__.py + version='0.3.15', # Also update in msk/__init__.py packages=['msk', 'msk.actions'], package_data={'msk': ['licenses/*']}, install_requires=['GitPython>=3.0.5', 'typing', 'msm>=0.5.13', 'pygithub',