Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjenczmyk committed Mar 6, 2019
1 parent da42075 commit c699303
Show file tree
Hide file tree
Showing 2 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 = 1.0.2
current_version = 1.0.3
commit = True
tag = True
message = Release {new_version}
Expand Down
4 changes: 2 additions & 2 deletions 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.2'
package_version = '1.0.3'

requirements = [
'beautifulsoup4==4.6.3',
Expand Down Expand Up @@ -35,5 +35,5 @@
'packt-cli = packtPublishingFreeEbook:packt_cli',
],
},
download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.0.2.tar.gz'
download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.0.3.tar.gz'
)

0 comments on commit c699303

Please sign in to comment.