Skip to content

Commit

Permalink
tagged-upversion
Browse files Browse the repository at this point in the history
  • Loading branch information
thebjorn committed Nov 30, 2023
1 parent 1a4f03b commit f09456b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dkbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _schema: https://static.datakortet.no/schema/dkbuild.schema.yaml
package:
name: dkfileutils
description: file and directory utilities
version: 1.4.6
version: 1.4.7
created: 2015

build:
Expand Down
2 changes: 1 addition & 1 deletion dkfileutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""dkfileutils - simple, common file utilities.
"""
__version__ = "1.4.6"
__version__ = "1.4.7"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# built documents.
#
# The short X.Y version.
version = '1.4.6'
version = '1.4.7'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from distutils.core import setup, Command
from setuptools.command.test import test as TestCommand

version = '1.4.6'
version = '1.4.7'


class PyTest(TestCommand):
Expand Down

0 comments on commit f09456b

Please sign in to comment.