Skip to content

Commit 66d25b7

Browse files
committed
feat: updated version and setup.py info
1 parent 673cfa3 commit 66d25b7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="wonderwords",
8-
version="2.0.0a1",
8+
version="2.0.0",
99
author="Maxim Rebguns",
1010
author_email="mrmaxguns@gmail.com",
1111
include_package_data=True,

wonderwords/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
from .random_word import RandomWord
22
from .random_sentence import RandomSentence
33

4-
__version__ = "2.0.0a1"
4+
__author__ = "Maxim R."
5+
__copyright__ = "Copyright 2020, Wonderwords"
6+
__credits__ = ["Maxim R."]
7+
__license__ = "MIT"
8+
__version__ = "2.0.0"
9+
__maintainer__ = "Maxim R."
10+
__email__ = "mrmaxguns@gmail.com"
11+
__status__ = "Production"

0 commit comments

Comments
 (0)