Skip to content

Commit 9daca8d

Browse files
committed
v0.3.0
1 parent 297d1db commit 9daca8d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = '0.2.1'
55+
version = '0.3.0'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.2.1'
57+
release = '0.3.0'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88
name='MechanicalSoup',
99

1010
# useful: python setup.py sdist bdist_wheel upload
11-
version='0.2.2',
11+
version='0.3.0',
1212

1313
description='A Python library for automating interaction with websites',
1414

1515
url='https://github.com/hickford/MechanicalSoup',
1616

17-
author='Mirth Hickford',
18-
1917
license='MIT',
2018

2119
classifiers=[

0 commit comments

Comments
 (0)