Skip to content

Commit

Permalink
tagged-upversion
Browse files Browse the repository at this point in the history
  • Loading branch information
thebjorn committed Apr 19, 2023
1 parent 6417ea3 commit 1cd9de4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dkbuild.yml
Expand Up @@ -3,7 +3,7 @@ _schema: https://static.datakortet.no/schema/dkbuild.schema.yaml
package:
name: dkredis
description: Python interface to Redis
version: 0.1.7
version: 0.1.8
created: 2019

build:
Expand Down
2 changes: 1 addition & 1 deletion dkredis/__init__.py
@@ -1,2 +1,2 @@
__version__ = '0.1.7'
__version__ = '0.1.8'
from .dkredis import * # noqa
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.7'
version = '0.1.8'
# The full version, including alpha/beta/rc tags.
release = '0.1.7'
release = '0.1.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@

import setuptools

version = '0.1.7'
version = '0.1.8'

setuptools.setup(
name='dkredis',
Expand Down

0 comments on commit 1cd9de4

Please sign in to comment.