Skip to content

Commit e59eaef

Browse files
committed
Bump patch version: 0.10.0 -> 0.10.1
1 parent b81858b commit e59eaef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Timothy Sherwood'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.10.0'
25+
release = '0.10.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.0
2+
current_version = 0.10.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
setup(
44
name = 'pyrtl',
5-
version = '0.10.0', #VERSION
5+
version = '0.10.1', #VERSION
66
packages = find_packages(),
77
description = 'RTL-level Hardware Design and Simulation Toolkit',
88
author = 'Timothy Sherwood, John Clow, and UCSBarchlab',
99
author_email = '[email protected]',
1010
url = 'http://ucsbarchlab.github.io/PyRTL/',
11-
download_url = 'https://github.com/UCSBarchlab/PyRTL/tarball/0.10.0', #VERSION
11+
download_url = 'https://github.com/UCSBarchlab/PyRTL/tarball/0.10.1', #VERSION
1212
install_requires = ['six'],
1313
tests_require = ['tox','nose'],
1414
extras_require = {

0 commit comments

Comments
 (0)