Skip to content

Commit

Permalink
bump: v0.7.3 --> v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Nov 26, 2020
1 parent 6ae4c84 commit 27fc408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7.3
current_version = 0.8.0
commit = True
tag = True
message = bump: v{current_version} --> v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion apy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Package for interfacing and manipulating Anki decks"""
__version__ = '0.7.3'
__version__ = '0.8.0'

import os

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def readme():

setup(
name='apy',
version='0.7.3',
version='0.8.0',
description='CLI script for interacting with local Anki collection',
long_description=readme(),
url='https://github.com/lervag/apy',
Expand Down

0 comments on commit 27fc408

Please sign in to comment.