Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherbjorn committed Apr 11, 2021
1 parent 34c8ebf commit 59dfd66
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: dk
description: utility classes
version: 1.1.8
version: 1.1.9
created: 2014

build:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.8'
version = '1.1.9'
# The full version, including alpha/beta/rc tags.
release = '1.1.8'
release = '1.1.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dk",
"version": "1.1.8",
"version": "1.1.9",
"description": "dk utilities",
"author": "Bjorn Pettersen"
}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@

import setuptools

version = '1.1.8'
version = '1.1.9'


setuptools.setup(
Expand Down

0 comments on commit 59dfd66

Please sign in to comment.