Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubblbu committed Apr 15, 2020
2 parents 4fee032 + adea82e commit 5e27bc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.4
current_version = 0.3.5
commit = True
tag = False

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zotnote"
version = "0.3.4"
version = "0.3.5"
description = "Streamlining reading notes with Zotero"
authors = [
"Asura Enkhbayar <asura.enkhbayar@gmail.com>"
Expand All @@ -16,7 +16,7 @@ repository = "https://github.com/bubblbu/zotnote"
homepage = "https://github.com/bubblbu/zotnote"

[tool.poetry.scripts]
zotnote = "zotnote.application:main"
zotnote = "zotnote.app:main"

[tool.poetry.dependencies]
python = "^3.6"
Expand Down
2 changes: 1 addition & 1 deletion src/zotnote/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Current version."""
__version__ = "0.3.4"
__version__ = "0.3.5"

0 comments on commit 5e27bc7

Please # to comment.