Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjenczmyk committed Feb 28, 2019
1 parent 6371765 commit 930b4de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True
message = Release {new_version}

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

package_version = '1.0.0'
package_version = '1.0.1'

requirements = [
'beautifulsoup4==4.6.3',
Expand Down

0 comments on commit 930b4de

Please sign in to comment.