Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Nov 2, 2021
1 parent 86886cc commit d3eafac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

PY_MARIADB_MAJOR_VERSION=1
PY_MARIADB_MINOR_VERSION=1
PY_MARIADB_PATCH_VERSION="0b2"
PY_MARIADB_PATCH_VERSION="0b3"
PY_MARIADB_PRE_RELEASE_SEGMENT="beta"

PY_MARIADB_VERSION= "%s.%s.%s" % (PY_MARIADB_MAJOR_VERSION, PY_MARIADB_MINOR_VERSION, PY_MARIADB_PATCH_VERSION)
Expand Down

0 comments on commit d3eafac

Please sign in to comment.