Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthowen committed Nov 28, 2021
1 parent 19bb4f4 commit f750172
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alphacoders_downloader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__title__ = "AlphacodersDownloader"
__version__ = "0.1.1"
__version__ = "0.1.2"
__author__ = "Asthowen"
__license__ = "GNU v3.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='AlphacodersDownloader',
version='0.1.1',
version='0.1.2',
author='Asthowen',
author_email='contact@asthowen.fr',
maintainer='Asthowen',
Expand Down
2 changes: 1 addition & 1 deletion setup_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name='AlphacodersDownloader',
version='0.1.1',
version='0.1.2',
author='Asthowen',
author_email='contact@asthowen.fr',
maintainer='Asthowen',
Expand Down

0 comments on commit f750172

Please sign in to comment.