Skip to content

Commit

Permalink
Merge pull request #60 from Cobliteam/release-0.3.5
Browse files Browse the repository at this point in the history
Release 0.3.5
  • Loading branch information
stoiev authored Oct 29, 2021
2 parents bb1cb8e + 0cb2219 commit 5d3ce63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 0.3.5
commit = True
tag = True
message = Release {new_version}
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup

VERSION = '0.3.4'
VERSION = '0.3.5'

install_requires = [
"arrow==0.17.0",
"cassandra-driver==3.24.0",
"cassandra-migrate==0.3.4",
"cassandra-migrate==0.3.5",
"click==7.1.2",
"future==0.18.2",
"geomet==0.2.1.post1",
Expand Down

0 comments on commit 5d3ce63

Please sign in to comment.