Skip to content

Commit

Permalink
fix: Semantic Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bcanfield committed Oct 18, 2023
1 parent 6076fbd commit 61a0e65
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



## v0.0.0 (2023-10-18)
## v3.0.0 (2023-10-18)

### Unknown

Expand All @@ -18,40 +18,40 @@

* Fanduel Automation Crackdown Fix (#38)

* Fix Fanduel authorization

* Update README.md

* Fix Fanduel authorization

* Update README.md

* Increment version ([`7fbfb57`](https://github.com/bcanfield/southpaw/commit/7fbfb57a4be1f04c5852312f4ddfc7874eeefdae))

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

* Automate entries (#18)

* Update README.md

* Add update entries function

* Update unit tests

* Update readme

* Bump version

* Update README.md

* Add update entries function

* Update unit tests

* Update readme

* Bump version

* Fix deps ([`e362d42`](https://github.com/bcanfield/southpaw/commit/e362d42cfa4d83b971127f96b0f624b2cc1cdbf2))

* New develop (#16)

* Enhance fanduel

* Add helper functions

* Update README

* Remove unnecessary json file

* Update Fanduel

* Enhance fanduel

* Add helper functions

* Update README

* Remove unnecessary json file

* Update Fanduel

* Update version ([`498aae2`](https://github.com/bcanfield/southpaw/commit/498aae2931190ac971a41f49d02783d0a1f24cbb))

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

* Fix and update Fanduel api (#8)

* Improve user authentication process

* Improve fanduel api

* Improve user authentication process

* Improve fanduel api

* Remove unused functionality ([`2f554df`](https://github.com/bcanfield/southpaw/commit/2f554df928caf114cb3fa3c7e6db58f1675fe2a3))

* Attempt to fix linear generation ([`e59e60f`](https://github.com/bcanfield/southpaw/commit/e59e60f4741e584451cc280a5fe160591e6ff2b3))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.0.1'
VERSION = '3.0.1'
DESCRIPTION = 'Python Fanduel API'
LONG_DESCRIPTION = 'Automate your DFS experience with this Python Fanduel API'

Expand Down

0 comments on commit 61a0e65

Please sign in to comment.