diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b4e73c40..51ecb0f5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.70 +current_version = 0.7.69 commit = True tag = True tag_name = {new_version} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c4d92a0a..ff91cd62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,6 +85,13 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: Pull Latest Changes + run: | + git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" + git pull - name: Set up Python uses: actions/setup-python@v4 with: diff --git a/pyproject.toml b/pyproject.toml index fb59e688..c08ac554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.7.70" +version = "0.7.69" description = "A Python client for the Drift DEX" authors = ["x19 <https://twitter.com/0xNineteen@gmail.com>", "bigz <https://twitter.com/bigz_pubkey>", "frank <https://twitter.com/soundsonacid>"] license = "MIT" diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index a314e4a6..95af5ab1 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.7.70" +__version__ = "0.7.69"