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 297d1db commit 9daca8dCopy full SHA for 9daca8d
docs/conf.py
@@ -52,9 +52,9 @@
52
# built documents.
53
#
54
# The short X.Y version.
55
-version = '0.2.1'
+version = '0.3.0'
56
# The full version, including alpha/beta/rc tags.
57
-release = '0.2.1'
+release = '0.3.0'
58
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
# for a list of supported languages.
setup.py
@@ -8,14 +8,12 @@
8
name='MechanicalSoup',
9
10
# useful: python setup.py sdist bdist_wheel upload
11
- version='0.2.2',
+ version='0.3.0',
12
13
description='A Python library for automating interaction with websites',
14
15
url='https://github.com/hickford/MechanicalSoup',
16
17
- author='Mirth Hickford',
18
-
19
license='MIT',
20
21
classifiers=[
0 commit comments