Skip to content

Commit

Permalink
Viacoin: Prepare 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
romanornr committed Jan 11, 2019
1 parent 85ed627 commit 9727b78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
VERSION="ElectrumX 1.9.1"
VERSION="ElectrumX 1.9.2"

# -- Project information -----------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion electrumx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 'ElectrumX 1.9.1'
version = 'ElectrumX 1.9.2'
version_short = version.split()[-1]

from electrumx.server.controller import Controller
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import setuptools
version = '1.9.1'
version = '1.9.2'

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

0 comments on commit 9727b78

Please sign in to comment.