Skip to content

Commit

Permalink
Bump version to 0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
forslund committed May 4, 2020
1 parent 8bfa178 commit 5e2b668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5e2b668

Please sign in to comment.