Skip to content

Commit

Permalink
bumped version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulyalin committed Sep 11, 2021
1 parent 57c011f commit 0786bf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = 'ttp'
copyright = '2020, dmulyalin'
copyright = '2021, dmulyalin'
author = 'dmulyalin'

# The full version, including alpha/beta/rc tags
release = '0.7.2'
release = '0.8.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="ttp",
version="0.7.2",
version="0.8.0",
author="Denis Mulyalin",
author_email="d.mulyalin@gmail.com",
description="Template Text Parser",
Expand Down
2 changes: 1 addition & 1 deletion ttp/ttp.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = "0.7.2"
__version__ = "0.8.0"

import re
import os
Expand Down

0 comments on commit 0786bf9

Please sign in to comment.