Skip to content

Commit

Permalink
Bump version: 0.2.0-dev16 → 0.2.0-dev17
Browse files Browse the repository at this point in the history
  • Loading branch information
GridPresence committed Feb 1, 2021
1 parent 71b895f commit 98c4147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0-dev16
current_version = 0.2.0-dev17
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@

setuptools.setup(
name="GenerIter",
version="0.2.0-dev16",
version="0.2.0-dev17",
author="Thomas Jackson Park & Jeremy Pavier",
author_email="[email protected]",
description="A package for Generative Iterative music composition.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/GridPresence/GenerIter",
license="MIT",
packages=setuptools.find_packages(),
install_requires=['pydub'],
classifiers=[
Expand Down

0 comments on commit 98c4147

Please sign in to comment.