Skip to content

Commit

Permalink
1.0.7 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivknv committed Jun 12, 2018
1 parent bc32289 commit 372603e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.7'
version = '1.1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.7'
release = '1.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion s3m.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

__all__ = ["connect", "Connection", "Cursor", "S3MError", "LockTimeoutError"]

__version__ = "1.0.7"
__version__ = "1.1.0"

# Global lock storage
DB_STATES = {}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
long_description = f.read()

setup(name="s3m",
version="1.0.7",
version="1.1.0",
py_modules=["s3m"],
description="sqlite3 wrapper for multithreaded applications",
long_description=long_description,
Expand Down

0 comments on commit 372603e

Please sign in to comment.