We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673cfa3 commit 66d25b7Copy full SHA for 66d25b7
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="wonderwords",
8
- version="2.0.0a1",
+ version="2.0.0",
9
author="Maxim Rebguns",
10
author_email="mrmaxguns@gmail.com",
11
include_package_data=True,
wonderwords/__init__.py
@@ -1,4 +1,11 @@
1
from .random_word import RandomWord
2
from .random_sentence import RandomSentence
3
4
-__version__ = "2.0.0a1"
+__author__ = "Maxim R."
+__copyright__ = "Copyright 2020, Wonderwords"
+__credits__ = ["Maxim R."]
+__license__ = "MIT"
+__version__ = "2.0.0"
+__maintainer__ = "Maxim R."
+__email__ = "mrmaxguns@gmail.com"
+__status__ = "Production"
0 commit comments