Skip to content

Commit

Permalink
Bump version: 0.3.3 → 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lopuhin committed Nov 25, 2020
1 parent 3605ded commit e0da63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.3
current_version = 0.3.4
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -8,4 +8,3 @@ tag_name = {new_version}

[wheel]
universal = 1

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='price-parser',
version='0.3.3',
version='0.3.4',
description='Extract price and currency from a raw string',
long_description=open('README.rst', encoding="utf8").read() + "\n\n" + open('CHANGES.rst').read(),
author='Mikhail Korobov',
Expand Down

0 comments on commit e0da63e

Please sign in to comment.