Skip to content

Commit 61a0e65

Browse files
committed
fix: Semantic Versioning
1 parent 6076fbd commit 61a0e65

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

CHANGELOG.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
## v0.0.0 (2023-10-18)
5+
## v3.0.0 (2023-10-18)
66

77
### Unknown
88

@@ -18,40 +18,40 @@
1818

1919
* Fanduel Automation Crackdown Fix (#38)
2020

21-
* Fix Fanduel authorization
22-
23-
* Update README.md
24-
21+
* Fix Fanduel authorization
22+
23+
* Update README.md
24+
2525
* Increment version ([`7fbfb57`](https://github.com/bcanfield/southpaw/commit/7fbfb57a4be1f04c5852312f4ddfc7874eeefdae))
2626

2727
* Update README.md ([`2ec2356`](https://github.com/bcanfield/southpaw/commit/2ec2356bbe25be82434e058e76612451888e012b))
2828

2929
* Automate entries (#18)
3030

31-
* Update README.md
32-
33-
* Add update entries function
34-
35-
* Update unit tests
36-
37-
* Update readme
38-
39-
* Bump version
40-
31+
* Update README.md
32+
33+
* Add update entries function
34+
35+
* Update unit tests
36+
37+
* Update readme
38+
39+
* Bump version
40+
4141
* Fix deps ([`e362d42`](https://github.com/bcanfield/southpaw/commit/e362d42cfa4d83b971127f96b0f624b2cc1cdbf2))
4242

4343
* New develop (#16)
4444

45-
* Enhance fanduel
46-
47-
* Add helper functions
48-
49-
* Update README
50-
51-
* Remove unnecessary json file
52-
53-
* Update Fanduel
54-
45+
* Enhance fanduel
46+
47+
* Add helper functions
48+
49+
* Update README
50+
51+
* Remove unnecessary json file
52+
53+
* Update Fanduel
54+
5555
* Update version ([`498aae2`](https://github.com/bcanfield/southpaw/commit/498aae2931190ac971a41f49d02783d0a1f24cbb))
5656

5757
* Fix build ([`292807b`](https://github.com/bcanfield/southpaw/commit/292807b4ebb49f20e66a1b65d7fe741ed1839c09))
@@ -70,10 +70,10 @@
7070

7171
* Fix and update Fanduel api (#8)
7272

73-
* Improve user authentication process
74-
75-
* Improve fanduel api
76-
73+
* Improve user authentication process
74+
75+
* Improve fanduel api
76+
7777
* Remove unused functionality ([`2f554df`](https://github.com/bcanfield/southpaw/commit/2f554df928caf114cb3fa3c7e6db58f1675fe2a3))
7878

7979
* Attempt to fix linear generation ([`e59e60f`](https://github.com/bcanfield/southpaw/commit/e59e60f4741e584451cc280a5fe160591e6ff2b3))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '0.0.1'
3+
VERSION = '3.0.1'
44
DESCRIPTION = 'Python Fanduel API'
55
LONG_DESCRIPTION = 'Automate your DFS experience with this Python Fanduel API'
66

0 commit comments

Comments
 (0)