Skip to content

Commit

Permalink
fix version number in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thebjorn committed Aug 2, 2017
1 parent 4082248 commit 938295b
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
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7.9'
version = '0.7.10'
# The full version, including alpha/beta/rc tags.
release = '0.7.9'
release = '0.7.10'

# 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": "0.7.1",
"version": "0.7.10",
"description": "dk utilities",
"author": "Bjorn Pettersen"
}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
from setuptools import setup, Command
from setuptools.command.test import test as TestCommand

version = '0.7.9'
version = '0.7.10'


class PyTest(TestCommand):
Expand Down

0 comments on commit 938295b

Please sign in to comment.