Skip to content

Commit

Permalink
tagged-upversion
Browse files Browse the repository at this point in the history
  • Loading branch information
thebjorn committed Dec 8, 2023
1 parent 75a7cb7 commit 3aec65a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dkbuild.yml
Original file line number Diff line number Diff line change
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.9
version: 1.0.0
created: 2019

build:
Expand Down
2 changes: 1 addition & 1 deletion dkredis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .dkredis import * # noqa
from .dkredislocks import * # noqa

__version__ = '0.1.9'
__version__ = '1.0.0'
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.9'
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = '0.1.9'
release = '1.0.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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import setuptools

version = '0.1.9'
version = '1.0.0'

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

0 comments on commit 3aec65a

Please sign in to comment.