Skip to content

Commit

Permalink
update the version of package.
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Aug 20, 2020
1 parent 887224c commit 1de82c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

0.1.0 (2020-08-13)
1.0.0 (2020-08-21)
------------------

* First release on PyPI.
* First release on PyPI.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
author = "Shubham Gupta"

# The short X.Y version
version = "[0.1.0]"
version = "[1.0.0]"
# The full version, including alpha/beta/rc tags
release = "[0.1.0]"
release = "[1.0.0]"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion laymon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = """Shubham Gupta"""
__email__ = "shubhamgupta3121@gmail.com"
__version__ = "0.1.0"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ def get_requirements(filename):
tests_require=test_requirements,
url="https://github.com/shubham3121/laymon",
project_url={"Documentation": "https://laymon.readthedocs.io"},
version="0.1.0",
version="1.0.0",
zip_safe=False,
)

0 comments on commit 1de82c4

Please sign in to comment.